Skip to content

Commit ab89482

Browse files
authored
Merge pull request #202694 from Homebrew/bump-apt-2.9.20
apt 2.9.20
2 parents 588f9e8 + 9a3098c commit ab89482

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/a/apt.rb

Lines changed: 3 additions & 3 deletions
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.19.tar.xz"
5-
sha256 "3fb7b9afd29759d3a54888f8f606f6735f0fa3d62491dac9ea9b2ab0bb3b5a91"
4+
url "https://deb.debian.org/debian/pool/main/a/apt/apt_2.9.20.tar.xz"
5+
sha256 "018f4fa4a7c718bf951eaa2012f49fb744739caa0ace06223b249b58f25d7d3b"
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: "edb3a12500d97bc7a29b87c732b8af7f13ce0c8001985ad8dce9f3bad6ec8134"
14+
sha256 x86_64_linux: "770a754ade0f5f591e7d4f0d1897869cbe921a6a8e18945531a53cfb650d7c03"
1515
end
1616

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

0 commit comments

Comments
 (0)