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 diff --git a/Formula/p/pkgdiff.rb b/Formula/p/pkgdiff.rb index ba40431e4cd4b..d01d858fe1312 100644 --- a/Formula/p/pkgdiff.rb +++ b/Formula/p/pkgdiff.rb @@ -1,13 +1,12 @@ 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 - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "1c25de8323bd487af7aeb730739a6bfcae9aba334da7ef20a0166b56c705341e" + sha256 cellar: :any_skip_relocation, all: "d61bc9f1e348b223672343dccd6a023459f729576a4850d91406ef253ccaa8b0" end depends_on "binutils"