Skip to content

Commit

Permalink
Merge pull request #134416 from carlocab/tarsnap-openssl3
Browse files Browse the repository at this point in the history
tarsnap: switch to `openssl@3`
  • Loading branch information
BrewTestBot authored Jun 21, 2023
2 parents 18790e9 + e76fda5 commit 30e97c5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Formula/tarsnap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@ class Tarsnap < Formula
url "https://www.tarsnap.com/download/tarsnap-autoconf-1.0.40.tgz"
sha256 "bccae5380c1c1d6be25dccfb7c2eaa8364ba3401aafaee61e3c5574203c27fd5"
license "0BSD"
revision 1

livecheck do
url "https://www.tarsnap.com/download.html"
regex(/href=.*?tarsnap-autoconf[._-]v?(\d+(?:\.\d+)+[a-z]?)\.t/i)
end

bottle do
rebuild 1
sha256 cellar: :any, arm64_ventura: "fa9edee032f8abbc50104c8811279d8b120a911ecc5091a281b6a46a2a234f92"
sha256 cellar: :any, arm64_monterey: "2f85cb28a47e95f3c56f4e8f46fd0dbc93fd08e4bba009316496d0cfbcbf97c7"
sha256 cellar: :any, arm64_big_sur: "1568e243b45336f4056edd5b318089467241896d2e61495cc96d0ad69cdf3faf"
sha256 cellar: :any, ventura: "729e037c57f531035fe9415eb15c0f3f9b7b137869945de8a2109ea53a0d8583"
sha256 cellar: :any, monterey: "f63b7b06c773b38efe542a851cd978b21019c2387c54afb63be12b4341637e30"
sha256 cellar: :any, big_sur: "d5e0ed53466a5fe9b2a0be1cc1870ca6a98a06a34068ea6549b57de7b7a1862e"
sha256 cellar: :any, catalina: "4240cae3fe32207826e333930377408f7832a4404fd033d6cba331d56cd98c09"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d95c422ceceb7439b60c44c9412639deb8eb9a9a9a5c539fdb3a164cc11e0e92"
sha256 cellar: :any, arm64_ventura: "0e022219045b24e6d876bf97f8a092a82449932410ba7ebfa58d860dd92608ff"
sha256 cellar: :any, arm64_monterey: "8c765adcc21196986e44b11c168521f40ca7a6e6a9c1432bfa0e92933b28e920"
sha256 cellar: :any, arm64_big_sur: "d99d8d2ea8f5b689fda5ab16779f19ccb66ac245743a0b3a968e853113e8d3ae"
sha256 cellar: :any, ventura: "d00d96a1ac3b3135985a30b282018fd3ca039532fd4fea10dce88149f0d904c7"
sha256 cellar: :any, monterey: "77f225c14c952a1c5786d80fa284936fb35fbea06ea90522b39a39b8f1d8cd14"
sha256 cellar: :any, big_sur: "a81400622c552d684b783e239cdd3f3cdc139d2a1e65ef41eed1685efe89d95d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "511945c57b370981aeab675422da88d71b63a2442e7b55b6d9a7a4071e2668f8"
end

head do
Expand All @@ -28,7 +27,7 @@ class Tarsnap < Formula
depends_on "automake" => :build
end

depends_on "openssl@1.1"
depends_on "openssl@3"

uses_from_macos "bzip2"
uses_from_macos "zlib"
Expand Down

0 comments on commit 30e97c5

Please sign in to comment.