diff --git a/.github/workflows/remove-disabled-formulae.yml b/.github/workflows/remove-disabled-formulae.yml index 8482f0fb3b84..b7697aaedc90 100644 --- a/.github/workflows/remove-disabled-formulae.yml +++ b/.github/workflows/remove-disabled-formulae.yml @@ -54,6 +54,7 @@ jobs: uses: Homebrew/actions/remove-disabled-formulae@master env: HOMEBREW_GPG_PASSPHRASE: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY_PASSPHRASE }} + HOMEBREW_EVAL_ALL: 1 - name: Push commits if: fromJson(steps.remove_disabled.outputs.formulae-removed) diff --git a/Formula/docker-credential-helper.rb b/Formula/docker-credential-helper.rb index 99eee1574ffd..91321dd4d135 100644 --- a/Formula/docker-credential-helper.rb +++ b/Formula/docker-credential-helper.rb @@ -1,20 +1,19 @@ class DockerCredentialHelper < Formula desc "Platform keystore credential helper for Docker" homepage "https://github.com/docker/docker-credential-helpers" - url "https://github.com/docker/docker-credential-helpers/archive/v0.7.0.tar.gz" - sha256 "c2c4f9161904a2c4fb8e3d2ac8730b8d83759f5e4e44ce293e8e60d8ffae7eef" + url "https://github.com/docker/docker-credential-helpers/archive/v0.8.0.tar.gz" + sha256 "ca0eb4680ae171828672ea3761a2319d21aeccccbb7c7e67832fed8a91c5af56" license "MIT" head "https://github.com/docker/docker-credential-helpers.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "e227291ef57cdb472f6eed72ec07b40d22e387eb5cdadc3fed1e4595e2f65dfe" - sha256 cellar: :any_skip_relocation, arm64_monterey: "289b614d11f5be30833ae352b2b99e597eb45f47a29a30c4987365fc15040a49" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "8f86bc14a4ddf9a628e08754c1cf1cf38db28a2d0482e812ec93ebf06f2aee8f" - sha256 cellar: :any_skip_relocation, ventura: "345caa27a81588869193b928c05b75c0eff80fad18145d49e2a93c48305f6d0c" - sha256 cellar: :any_skip_relocation, monterey: "33be1634548456c862edcdb50dd46af5e0a915e4e303ac29be3af9b19dac9a07" - sha256 cellar: :any_skip_relocation, big_sur: "1e83b1f364f9c22cd561abed9bfaf7adb449f4d4c6c803b8ad7a6e4665dbc2f8" - sha256 cellar: :any_skip_relocation, catalina: "b1be0b36fc51ebb6a85e262c339f36bad7774b65d6216072582b100524f33762" - sha256 cellar: :any_skip_relocation, x86_64_linux: "90cc037600eb7e5cb3ca9828625447cb02b5e2ba00dd6442d6910257727c0a09" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6faa784b7567dbc8767b1a1c9d665b1d5505f31bad34fb88f8471d2e4449931b" + sha256 cellar: :any_skip_relocation, arm64_monterey: "e86ebc76ce73bd8c6a3ef02d1dbd9f78b015c65720379c9689b3c94313707eab" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "bcb1addba2a3c67dac8e03ef5df5ff0f2c8374da76ab8e347cccf06e30604b3c" + sha256 cellar: :any_skip_relocation, ventura: "014b0ce7a94ae0d7cb6693c2f9b934ea9204be731a15457c34305ef84e2e3617" + sha256 cellar: :any_skip_relocation, monterey: "c0e7ada5c8cd6e20073c15435fd24206a8abf2076962e7b2b4604dd904006135" + sha256 cellar: :any_skip_relocation, big_sur: "9bc5da0549e3347a5aea7727c88c0248ec4950da778d703d8bbf3357a5437e31" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0104e1aba1f9acd7cf0a2961e5982eab2bb6f2f0de77032334ea942e2a5327e3" end depends_on "go" => :build @@ -39,7 +38,7 @@ def install test do if OS.mac? run_output = shell_output("#{bin}/docker-credential-osxkeychain", 1) - assert_match %r{^Usage: .*/docker-credential-osxkeychain.*}, run_output + assert_match "Usage: docker-credential-osxkeychain", run_output else run_output = shell_output("#{bin}/docker-credential-pass list") assert_match "{}", run_output diff --git a/Formula/periscope.rb b/Formula/periscope.rb index 7d754288fa13..db8ca27fcf45 100644 --- a/Formula/periscope.rb +++ b/Formula/periscope.rb @@ -2,20 +2,19 @@ class Periscope < Formula desc "Organize and de-duplicate your files without losing data" homepage "https://github.com/anishathalye/periscope" url "https://github.com/anishathalye/periscope.git", - tag: "v0.3.4", - revision: "e40c2c72f480e23b33d971185f007ad2e56867a8" + tag: "v0.3.5", + revision: "b4eb74e389a3bb4eb6a4225e9bccd8744203b895" license "GPL-3.0-only" head "https://github.com/anishathalye/periscope.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "333a5aa8a2e0355a024ea1778b69195ae74d6dc55d9a531cdf94d65c9dd213df" - sha256 cellar: :any_skip_relocation, arm64_monterey: "fb703f5a039afb1320ce823bd1f3380d901ad27df0a16d1b21a9536540d0ddfa" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "af13a3dc34d5c9503ada0c6616b4d438abeb7f1328e87540b12895b68f85ce5c" - sha256 cellar: :any_skip_relocation, ventura: "5e2e69dfd4cb029246a57c0b227c37f28ac29aeea7533cee1fbbddd80b2d2888" - sha256 cellar: :any_skip_relocation, monterey: "18c34f3e8ad43b73e4fe4ab5bc212a515b908fd142a891086333d194b9f29674" - sha256 cellar: :any_skip_relocation, big_sur: "bf6c1bc225c635708e7e928093c6d010b08687017166019131789fdaebd48a8c" - sha256 cellar: :any_skip_relocation, catalina: "31123f9309c7d37633d5116e4854d2a0e9dc7c36b02290f54fdd2d01613e4a3f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d6d5a3b2f1276ef010a250c017020e2737f0298773b270df650581ea514002cf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1814d4eb64988e0cc57a7766b0696c55ded99437a3558d60764f2c85b5e1cc53" + sha256 cellar: :any_skip_relocation, arm64_monterey: "4e2100139c6388a7954e002f8c40415b01bf5538e266ce057d2635771a2e85f5" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "50a953e087342698678e7d6f91f1b0efff98ccb25dde5896f210f073def24e41" + sha256 cellar: :any_skip_relocation, ventura: "e71b0d0433581720f9578bd744886f365683a40eda9315e01a5ceb925cc75d02" + sha256 cellar: :any_skip_relocation, monterey: "3e2b016f5a54f9a6706ecce39590612016763ca8a28cb362736b943b4d18d7f4" + sha256 cellar: :any_skip_relocation, big_sur: "52c225ce532478e5e002ac925312006dc0d6a29ca96ce04a1953df796728ad31" + sha256 cellar: :any_skip_relocation, x86_64_linux: "99f72d97940f3463403ab50742b48f2a7c325a761cbb278c500c9fe77c07991e" end depends_on "go" => :build diff --git a/Formula/phpunit.rb b/Formula/phpunit.rb index ba230c502ad9..a07de92c849a 100644 --- a/Formula/phpunit.rb +++ b/Formula/phpunit.rb @@ -1,8 +1,8 @@ class Phpunit < Formula desc "Programmer-oriented testing framework for PHP" homepage "https://phpunit.de" - url "https://phar.phpunit.de/phpunit-10.2.5.phar" - sha256 "602697a9883b7971f5b8ed96e34fe6b8894e88f160fdab07992f6dde45a8fd12" + url "https://phar.phpunit.de/phpunit-10.2.6.phar" + sha256 "17660a6c066d588830b85220fb07f9ecb6963dc6399b360647bb0d0cb1fd05bd" license "BSD-3-Clause" livecheck do @@ -12,7 +12,7 @@ class Phpunit < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "993a705e5f6c8c339854ef853499c23e69e069ed3093d4957b2fad067bd27d38" + sha256 cellar: :any_skip_relocation, all: "81bc07074a36ef423ed79e012e6757b20a089dd1036e36150ccb4a9c17641f14" end depends_on "php" => :test diff --git a/Formula/protobuf@3.6.rb b/Formula/protobuf@3.6.rb deleted file mode 100644 index 65593721e977..000000000000 --- a/Formula/protobuf@3.6.rb +++ /dev/null @@ -1,92 +0,0 @@ -class ProtobufAT36 < Formula - desc "Protocol buffers (Google's data interchange format)" - homepage "https://github.com/protocolbuffers/protobuf/" - url "https://github.com/protocolbuffers/protobuf/archive/v3.6.1.3.tar.gz" - sha256 "73fdad358857e120fd0fa19e071a96e15c0f23bb25f85d3f7009abfd4f264a2a" - license "BSD-3-Clause" - revision 4 - - bottle do - sha256 cellar: :any, arm64_monterey: "d11ab752acbd8e1159b2f108ad40d16561823f437e6abe959120500be5513c58" - sha256 cellar: :any, arm64_big_sur: "1d9c4d6468e946de5f244b4abe034366e0764f3281d7624db491434e5390a19c" - sha256 cellar: :any, monterey: "ee5925f1f3a9dad2c0255e48ac51da352d57145188902c4f285221418bf7a648" - sha256 cellar: :any, big_sur: "589ae9de9ebaa86aa06361f03d69389ca86a98d04426b839b5269fa2849861b5" - sha256 cellar: :any, catalina: "f05eb7347a6f3912890524a093284a023d0a97a5c283940e8f39e03e5bb60dc5" - end - - keg_only :versioned_formula - - disable! date: "2022-07-14", because: :versioned_formula - - depends_on "autoconf" => :build - depends_on "automake" => :build - depends_on "cmake" => :build - depends_on "libtool" => :build - depends_on "python@3.10" - - resource "six" do - url "https://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca/six-1.12.0.tar.gz" - sha256 "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73" - end - - resource "gtest" do - url "https://github.com/google/googletest/archive/release-1.8.1.tar.gz" - sha256 "9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c" - end - - def install - (buildpath/"gtest").install resource "gtest" - (buildpath/"gtest/googletest").cd do - system "cmake", ".", *std_cmake_args - system "make" - end - ENV["CXXFLAGS"] = "-I../gtest/googletest/include" - - # Don't build in debug mode. See: - # https://github.com/Homebrew/homebrew/issues/9279 - # https://github.com/protocolbuffers/protobuf/blob/5c24564811c08772d090305be36fae82d8f12bbe/configure.ac#L61 - ENV.prepend "CXXFLAGS", "-DNDEBUG" - ENV.cxx11 - - system "./autogen.sh" - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}", "--with-zlib" - system "make" - system "make", "install" - - # Install editor support and examples - pkgshare.install "editors/proto.vim", "examples" - elisp.install "editors/protobuf-mode.el" - - ENV.append_to_cflags "-I#{include}" - ENV.append_to_cflags "-L#{lib}" - - python3 = "python3.10" - resource("six").stage do - system Formula["python@3.10"].opt_bin/python3, *Language::Python.setup_install_args(libexec, python3) - end - chdir "python" do - system Formula["python@3.10"].opt_bin/python3, *Language::Python.setup_install_args(libexec, python3), - "--cpp_implementation" - end - - site_packages = Language::Python.site_packages(python3) - pth_contents = "import site; site.addsitedir('#{libexec/site_packages}')\n" - (prefix/site_packages/"homebrew-protobuf.pth").write pth_contents - end - - test do - testdata = <<~EOS - syntax = "proto3"; - package test; - message TestCase { - string name = 4; - } - message Test { - repeated TestCase case = 1; - } - EOS - (testpath/"test.proto").write testdata - system bin/"protoc", "test.proto", "--cpp_out=." - end -end diff --git a/Formula/verapdf.rb b/Formula/verapdf.rb index ea333fc98d18..d71708fbcd9e 100644 --- a/Formula/verapdf.rb +++ b/Formula/verapdf.rb @@ -1,8 +1,8 @@ class Verapdf < Formula desc "Open-source industry-supported PDF/A validation" homepage "https://verapdf.org/home/" - url "https://github.com/veraPDF/veraPDF-apps/archive/refs/tags/v1.25.22.tar.gz" - sha256 "a8285ea2f0548785b22989199f1b2760acd4fca589928189674ddc897ff39aee" + url "https://github.com/veraPDF/veraPDF-apps/archive/refs/tags/v1.25.23.tar.gz" + sha256 "d5bcdb9113079983c01677e5ea75d57b5f404fd6d2b82bddd8ba95bbd7a3f852" license any_of: ["GPL-3.0-or-later", "MPL-2.0"] head "https://github.com/veraPDF/veraPDF-apps.git", branch: "integration" @@ -12,13 +12,13 @@ class Verapdf < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "890e3b0cc1fa305f135f79f44ab1cdeee6b364315aad44607d67ad698cb39577" - sha256 cellar: :any_skip_relocation, arm64_monterey: "7439827e2b690cb1529c4756e4dc0025ef142bbf709c281c99c0f807a95dc110" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "c280a1d9f920de2cb00ea62a5e2d744e6328dedd54a73521153870d40e6c4a4b" - sha256 cellar: :any_skip_relocation, ventura: "a128a3eb562d01ed9aba3ea8633bbd1d5e537184877fe8d1fe434666b48f62cb" - sha256 cellar: :any_skip_relocation, monterey: "49d011c7bbbb0bdf5c902884c5d0d821616c75ad95e8c5e6a71d0ca1e8aad029" - sha256 cellar: :any_skip_relocation, big_sur: "e00649c31dbbbafe3cc8e4dc50d5e31ead4fa0dbfdbbc4c247d08b967d3adc4c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c96a4bc57c40c08f01eec5c41908955dfe506c881fb39768b2b2c9e8d30882c8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c30bd1e4599b44624db343a05b705b7a4a36cc017fe8ce2b111c302a4ddd59b3" + sha256 cellar: :any_skip_relocation, arm64_monterey: "b3d7d40fb6790448b3550b3962616bc4483be096a0f5688052bc7fb93150bde5" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "3322109813fb04897da39f056fe9e90e80a79989fa30e8c7e50ea74194a2b553" + sha256 cellar: :any_skip_relocation, ventura: "f2d5b6a9d764ced236659afe8ff1c21f40a2130431b896ea5422feb8805a063f" + sha256 cellar: :any_skip_relocation, monterey: "704441682616f7931ea25cf49f5e9e42f96bba4b1125b4570ae134feb379998e" + sha256 cellar: :any_skip_relocation, big_sur: "9cd21ce8e6b456e2e42806ea0282508e1a4a3f0b0c100a0a7f0c2e3c8c81b3c0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2812325962f7a1b556d07e89dad5eaee5a7c3c5242ac4118de713339b8de392a" end depends_on "maven" => :build diff --git a/Formula/wzprof.rb b/Formula/wzprof.rb index 41bd36ada3aa..2144bdee7710 100644 --- a/Formula/wzprof.rb +++ b/Formula/wzprof.rb @@ -1,19 +1,19 @@ class Wzprof < Formula desc "Profiling for Wazero" homepage "https://github.com/stealthrocket/wzprof" - url "https://github.com/stealthrocket/wzprof/archive/refs/tags/v0.1.5.tar.gz" - sha256 "a5ebae104121737243ba2e90cd21d468133e7e0683b5ac880ebf3abecce90089" + url "https://github.com/stealthrocket/wzprof/archive/refs/tags/v0.2.0.tar.gz" + sha256 "20223095b6b0bcb7ee655e755d2979f743a1bd03bf4fb09928856356caa9d463" license "Apache-2.0" head "https://github.com/stealthrocket/wzprof.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "2f8d9399ca250920f073e0c6f2d821a8e8681e81c5029071ee8f8943412ce77d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "2f8d9399ca250920f073e0c6f2d821a8e8681e81c5029071ee8f8943412ce77d" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "2f8d9399ca250920f073e0c6f2d821a8e8681e81c5029071ee8f8943412ce77d" - sha256 cellar: :any_skip_relocation, ventura: "8b4e097e071ae5e9900bcfb3f8cbd7574c70acfbd6baf26e5eadce385fbe67a0" - sha256 cellar: :any_skip_relocation, monterey: "8b4e097e071ae5e9900bcfb3f8cbd7574c70acfbd6baf26e5eadce385fbe67a0" - sha256 cellar: :any_skip_relocation, big_sur: "8b4e097e071ae5e9900bcfb3f8cbd7574c70acfbd6baf26e5eadce385fbe67a0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "00a4b0daa0c7d11abb4dbdd683cff224c544a5e9602ae2d187a56f1637736399" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e5cd9073cd439d27d735796f4f88ca53e320d00767202195df23a151cd207f7e" + sha256 cellar: :any_skip_relocation, arm64_monterey: "e5cd9073cd439d27d735796f4f88ca53e320d00767202195df23a151cd207f7e" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "e5cd9073cd439d27d735796f4f88ca53e320d00767202195df23a151cd207f7e" + sha256 cellar: :any_skip_relocation, ventura: "38d8f01a22a239c240d6e00db065fc8036f5ae039501925ec0df0a0366983bba" + sha256 cellar: :any_skip_relocation, monterey: "38d8f01a22a239c240d6e00db065fc8036f5ae039501925ec0df0a0366983bba" + sha256 cellar: :any_skip_relocation, big_sur: "38d8f01a22a239c240d6e00db065fc8036f5ae039501925ec0df0a0366983bba" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a163de238c1aa3233c725104f4a523cc26d6fd30c5c132d4e408415bdce3ac1d" end depends_on "go" => :build