From 3186e47eb11310b85dcbdad765d344a9c48e5b6b Mon Sep 17 00:00:00 2001 From: Daeho Ro Date: Sun, 12 Jan 2025 22:26:22 +0900 Subject: [PATCH 1/3] pkgdiff 1.8 --- Formula/p/pkgdiff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pkgdiff.rb b/Formula/p/pkgdiff.rb index ba40431e4cd4b..8eacb7a1717af 100644 --- a/Formula/p/pkgdiff.rb +++ b/Formula/p/pkgdiff.rb @@ -1,8 +1,8 @@ class Pkgdiff < Formula desc "Tool for analyzing changes in software packages (e.g. RPM, DEB, TAR.GZ)" homepage "https://lvc.github.io/pkgdiff/" - url "https://github.com/lvc/pkgdiff/archive/refs/tags/1.7.2.tar.gz" - sha256 "d0ef5c8ef04f019f00c3278d988350201becfbe40d04b734defd5789eaa0d321" + url "https://github.com/lvc/pkgdiff/archive/refs/tags/1.8.tar.gz" + sha256 "4b44a933a776500937887134cf89b94a89199304c416ad05b2ac365cce1076d8" license "GPL-2.0-only" bottle do From db1d847524d7cf8da395bd39ee9ccf35085f05b9 Mon Sep 17 00:00:00 2001 From: Daeho Ro Date: Sun, 12 Jan 2025 22:27:31 +0900 Subject: [PATCH 2/3] autobump: add pkgdiff --- .github/autobump.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/autobump.txt b/.github/autobump.txt index 113eb91aa597c..d20f223f4c2a5 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2480,6 +2480,7 @@ pixman pjproject pkg-config-wrapper pkgconf +pkgdiff pkl plantuml planus From 713ce5ac8bb0b501bbc1561f703ffaaad996b94f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:53:48 +0000 Subject: [PATCH 3/3] pkgdiff: update 1.8 bottle. --- Formula/p/pkgdiff.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/p/pkgdiff.rb b/Formula/p/pkgdiff.rb index 8eacb7a1717af..d01d858fe1312 100644 --- a/Formula/p/pkgdiff.rb +++ b/Formula/p/pkgdiff.rb @@ -6,8 +6,7 @@ class Pkgdiff < Formula license "GPL-2.0-only" bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "1c25de8323bd487af7aeb730739a6bfcae9aba334da7ef20a0166b56c705341e" + sha256 cellar: :any_skip_relocation, all: "d61bc9f1e348b223672343dccd6a023459f729576a4850d91406ef253ccaa8b0" end depends_on "binutils"