Skip to content

Commit

Permalink
Merge pull request #204273 from Homebrew/bump-apt-2.9.22
Browse files Browse the repository at this point in the history
apt 2.9.22
  • Loading branch information
BrewTestBot authored Jan 15, 2025
2 parents 2086cfe + 770d98e commit e3f997d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/a/apt.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Apt < Formula
desc "Advanced Package Tool"
homepage "https://wiki.debian.org/Apt"
url "https://deb.debian.org/debian/pool/main/a/apt/apt_2.9.21.tar.xz"
sha256 "cac74e48f66e00f8c5f5bc67c439c3d551a07921a26dcd48234ad398bacd6e11"
url "https://deb.debian.org/debian/pool/main/a/apt/apt_2.9.22.tar.xz"
sha256 "ddc3176a02acc676d20c6f31c0ec94f618bba778fdd9694147b35524645c1546"
license "GPL-2.0-or-later"

livecheck do
Expand All @@ -11,7 +11,7 @@ class Apt < Formula
end

bottle do
sha256 x86_64_linux: "990aa5fe3f7bc1bc78ce480068b6cd52f9f23525c8bb10794eebaa02ef3aaaaa"
sha256 x86_64_linux: "e6329bd8281e8f4190496665bb381c7401c49da0280f3ca1db8474dcc40c17d7"
end

keg_only "not linked to prevent conflicts with system apt"
Expand Down Expand Up @@ -102,8 +102,8 @@ class Apt < Formula
end

resource "XS::Parse::Keyword::Builder" do
url "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/XS-Parse-Keyword-0.47.tar.gz"
sha256 "d42fb5a9978e25c4c3f10351291b155d503fe869ccd532910c05e6b93a6b9fad"
url "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/XS-Parse-Keyword-0.48.tar.gz"
sha256 "857a070ba465ab5b89d4d8d36d92358edd66e5e7b4a91584611d85125ac9a9c7"
end

resource "Syntax::Keyword::Try" do
Expand Down

0 comments on commit e3f997d

Please sign in to comment.