Skip to content

Commit 1582093

Browse files
authored
Merge pull request Homebrew#206414 from Homebrew/bump-apt-2.9.27
apt 2.9.27
2 parents 6188a74 + f925f17 commit 1582093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/a/apt.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Apt < Formula
22
desc "Advanced Package Tool"
33
homepage "https://wiki.debian.org/Apt"
4-
url "https://deb.debian.org/debian/pool/main/a/apt/apt_2.9.26.tar.xz"
5-
sha256 "ae527185fe45ac873b5a27050f0953a117ea7d6eee8e86075cc959acbdddcbf0"
4+
url "https://deb.debian.org/debian/pool/main/a/apt/apt_2.9.27.tar.xz"
5+
sha256 "c9f52d6a3a608c995c19b0d431b0bdf4191e08761ed6a22c37ce3d4fd847eee0"
66
license "GPL-2.0-or-later"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Apt < Formula
1111
end
1212

1313
bottle do
14-
sha256 x86_64_linux: "33bb938185a8fcd844eef925d82e884693ddc043028b05ac340075b677b277d7"
14+
sha256 x86_64_linux: "c0793623c224974aea4267534456fc2d8634caf2a9ab010a97c2826256edc13f"
1515
end
1616

1717
keg_only "not linked to prevent conflicts with system apt"

0 commit comments

Comments
 (0)