Skip to content

Commit

Permalink
Merge pull request Homebrew#164580 from Homebrew/bump-apt-2.7.13
Browse files Browse the repository at this point in the history
apt 2.7.13
  • Loading branch information
BrewTestBot authored Feb 29, 2024
2 parents b9a8ed4 + 882531e commit 89e8582
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.7.12.tar.xz"
sha256 "e46d166b5fc887c2d9bca7add7e0ccda547b962b762e1272a08c0426baa99caf"
url "https://deb.debian.org/debian/pool/main/a/apt/apt_2.7.13.tar.xz"
sha256 "c42ab55e91d7bee5fcbf7ff8c3584714cbacaa0365f091e7e604f7f8493c7e35"
license "GPL-2.0-or-later"

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

bottle do
sha256 x86_64_linux: "6b7c35206e14653e87c71af16f6af6903fb81b3b5d4c02cf997288dec7b42f48"
sha256 x86_64_linux: "b8d3b5f6db4cb581b6c83e1c058f150817ebe093e44e66e1a48f6674f241c886"
end

keg_only "not linked to prevent conflicts with system apt"
Expand Down

0 comments on commit 89e8582

Please sign in to comment.