From dd99f7b3b2f48d01b226b66d664c56e8baf71398 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:49:24 +0000 Subject: [PATCH 1/2] apt 2.9.22 apt: update deps Signed-off-by: Rui Chen --- Formula/a/apt.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/a/apt.rb b/Formula/a/apt.rb index 39cd66482a8bd..1ece0b34573db 100644 --- a/Formula/a/apt.rb +++ b/Formula/a/apt.rb @@ -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 @@ -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 From 770d98eeca02a4781e2a4eef2ffbdc73f42a92a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 15 Jan 2025 01:35:48 +0000 Subject: [PATCH 2/2] apt: update 2.9.22 bottle. --- Formula/a/apt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/apt.rb b/Formula/a/apt.rb index 1ece0b34573db..d7127e71e13d3 100644 --- a/Formula/a/apt.rb +++ b/Formula/a/apt.rb @@ -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"