Skip to content

Commit

Permalink
Merge pull request #199438 from Homebrew/bump-atf-0.22
Browse files Browse the repository at this point in the history
atf 0.22
  • Loading branch information
BrewTestBot authored Dec 1, 2024
2 parents 5f6f95a + ae3cf1c commit ef824fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ asymptote
asyncapi
asyncplusplus
at-spi2-core
atf
atlantis
atlas
atomicparsley
Expand Down
36 changes: 14 additions & 22 deletions Formula/a/atf.rb
Original file line number Diff line number Diff line change
@@ -1,35 +1,27 @@
class Atf < Formula
desc "Automated testing framework"
homepage "https://github.com/freebsd/atf"
url "https://github.com/freebsd/atf/releases/download/atf-0.21/atf-0.21.tar.gz"
sha256 "92bc64180135eea8fe84c91c9f894e678767764f6dbc8482021d4dde09857505"
url "https://github.com/freebsd/atf/releases/download/atf-0.22/atf-0.22.tar.gz"
sha256 "e186c079b5140e894bcb6936a08db4f4bbcb816c8497a7e8d7d34344b4ee1b63"
license "BSD-2-Clause"

bottle do
sha256 arm64_sequoia: "027aca4d45bfe562aa551797885e8fa12d6b7ebe3db747deef462d6d4bfd2696"
sha256 arm64_sonoma: "e71d7a1bc4ac64cbd1e03fbdf7f309a6bef3ce9de57ceffa97df28ea91da3b9e"
sha256 arm64_ventura: "a450d3062f887473809527c9e45451941476c4b22d5f0803bc261dafc5986168"
sha256 arm64_monterey: "650c374c9509cd3634ef36fd0d61bd7c852536778be5ffa2c0c9b4590fc92d66"
sha256 arm64_big_sur: "67cc581f8b6a72d2ebe4a5d9210ff0b39c247f76852afa50df699988c3617783"
sha256 sonoma: "61780429c46ebf5b74382c0414f610f55518b343b0cbf6f630fa979638b011b4"
sha256 ventura: "d6c554da757f3069d0bc49db0e9beb981c38255016ed3685fed2ac593a10e02f"
sha256 monterey: "4c9f336e433ec164c422e391de58eb6a68539b58463e0bc8eeefc151dd8767c2"
sha256 big_sur: "fff75eabcd7eb2a52aca286d42f82f4488b5a28fc2c7dc154fd0b34d62366272"
sha256 catalina: "39570850845a8c01f2ce167fec23284fc6172c816a9d5806b9c9034448d5a0a3"
sha256 mojave: "c8e2c7b3d06d8c84409ef21b12201803113244d668eb092decf073fc5066fdab"
sha256 high_sierra: "034a9f29ce63bd5cd019b957bc544a3129df7ec3872453f57f24914dce1f2da8"
sha256 sierra: "a58333135e72fa1817c0411f3801615780c4346347d73d25ddec6eca6b213c41"
sha256 el_capitan: "74493d4b4868628a7a84338eb28ecfce8afdd896962f3ba632b1e785def48737"
sha256 x86_64_linux: "c9a94b838e115887902fd1e12ef77cce606f475772668278908382fb161d1ca6"
sha256 arm64_sequoia: "ec7ee677a1def2695ddcbdf5d1274d4974d0c79e0346902d43f00839369c34cc"
sha256 arm64_sonoma: "edc2041e0800951b201b98ddd61cc90f4c3367194a25782423a3d51d2831aaa3"
sha256 arm64_ventura: "0775afaaa894c7189eb81f51b361790032a0b66eb80bf24e721ceae3219bc540"
sha256 sonoma: "49d27cf63a14a4eeff0c85cfbb0e651cb6fc1ef05a50636bc2d33ba5011ffd1e"
sha256 ventura: "489e7b6bc5af5cfde192dd22a4815ef5eea8dcba5517c9e2f082cb3dba361fec"
sha256 x86_64_linux: "4fe4da6d61f2e1a62cb85161526f7030a594af492d2de5965b593638ae13fe07"
end

# Fix -flat_namespace being used on Big Sur and later.
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/890be5f6af88e7913d177af87a50129049e681bb/libtool/configure-pre-0.4.3-big_sur.diff"
sha256 "58557ebff9e6b8e9b9b71dc6c5820ad3e0c550a385d4126c6078caa2b72e63c1"
end
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build

def install
system "glibtoolize", "--force", "--install"
system "autoreconf", "--force", "--install", "--verbose"

system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--sysconfdir=#{etc}"
Expand Down

0 comments on commit ef824fb

Please sign in to comment.