Skip to content

Commit

Permalink
gpa 0.11.0
Browse files Browse the repository at this point in the history
autobump: add gpa

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 11, 2024
1 parent 91930df commit 5a2e3dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ gource
govc
govulncheck
gowsdl
gpa
gpac
gperftools
gpg-tui
Expand Down
7 changes: 3 additions & 4 deletions Formula/g/gpa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ class Gpa < Formula
desc "Graphical user interface for the GnuPG"
homepage "https://www.gnupg.org/related_software/gpa/"
license "GPL-3.0-or-later"
revision 4

stable do
url "https://gnupg.org/ftp/gcrypt/gpa/gpa-0.10.0.tar.bz2"
mirror "https://deb.debian.org/debian/pool/main/g/gpa/gpa_0.10.0.orig.tar.bz2"
sha256 "95dbabe75fa5c8dc47e3acf2df7a51cee096051e5a842b4c9b6d61e40a6177b1"
url "https://gnupg.org/ftp/gcrypt/gpa/gpa-0.11.0.tar.bz2"
mirror "https://deb.debian.org/debian/pool/main/g/gpa/gpa_0.11.0.orig.tar.bz2"
sha256 "26a8fa5bf70541cb741f0c71b7cfe291b1ea56eab68eeb07aa962cef5cdf33cc"

depends_on "gtk+" # TODO: Switch to `gtk+3` next release
end
Expand Down

0 comments on commit 5a2e3dc

Please sign in to comment.