File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -1136,6 +1136,7 @@ gowsdl
11361136gpac
11371137gperftools
11381138gpg-tui
1139+ gpgme
11391140gprof2dot
11401141gpsim
11411142gptme
Original file line number Diff line number Diff line change 11class 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
You can’t perform that action at this time.
0 commit comments