Skip to content

Commit

Permalink
Merge pull request Homebrew#206414 from Homebrew/bump-apt-2.9.27
Browse files Browse the repository at this point in the history
apt 2.9.27
  • Loading branch information
BrewTestBot authored Feb 4, 2025
2 parents 6188a74 + f925f17 commit 1582093
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.9.26.tar.xz"
sha256 "ae527185fe45ac873b5a27050f0953a117ea7d6eee8e86075cc959acbdddcbf0"
url "https://deb.debian.org/debian/pool/main/a/apt/apt_2.9.27.tar.xz"
sha256 "c9f52d6a3a608c995c19b0d431b0bdf4191e08761ed6a22c37ce3d4fd847eee0"
license "GPL-2.0-or-later"

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

bottle do
sha256 x86_64_linux: "33bb938185a8fcd844eef925d82e884693ddc043028b05ac340075b677b277d7"
sha256 x86_64_linux: "c0793623c224974aea4267534456fc2d8634caf2a9ab010a97c2826256edc13f"
end

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

0 comments on commit 1582093

Please sign in to comment.