Skip to content

Commit b235279

Browse files
committed
gpgme 1.24.0
autobump: add gpgme Signed-off-by: Rui Chen <[email protected]> gpgme: remove build patch Signed-off-by: Rui Chen <[email protected]>
1 parent 85e8ac4 commit b235279

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,7 @@ gowsdl
11361136
gpac
11371137
gperftools
11381138
gpg-tui
1139+
gpgme
11391140
gprof2dot
11401141
gpsim
11411142
gptme

Formula/g/gpgme.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Gpgme < Formula
22
desc "Library access to GnuPG"
33
homepage "https://www.gnupg.org/related_software/gpgme/"
4-
url "https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.23.2.tar.bz2"
5-
sha256 "9499e8b1f33cccb6815527a1bc16049d35a6198a6c5fae0185f2bd561bce5224"
4+
url "https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.24.0.tar.bz2"
5+
sha256 "61e3a6ad89323fecfaff176bc1728fb8c3312f2faa83424d9d5077ba20f5f7da"
66
license "LGPL-2.1-or-later"
7-
revision 2
87

98
livecheck do
109
url "https://gnupg.org/ftp/gcrypt/gpgme/"
@@ -33,12 +32,6 @@ def python3
3332
"python3.12"
3433
end
3534

36-
# Backport fix for newer setuptools
37-
patch do
38-
url "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=patch;h=ecd0c86d62351d267bdc9566286c532a394c711b"
39-
sha256 "69202c576f5f9980bc88bf9e963fd6199093c89ab8dc3be02ab6c460d65fe1b4"
40-
end
41-
4235
def install
4336
ENV["PYTHON"] = python3
4437
# HACK: Stop build from ignoring our PYTHON input. As python versions are

0 commit comments

Comments
 (0)