Skip to content

Commit a4f4915

Browse files
authored
Merge pull request #197091 from Homebrew/bump-gpgme-1.24.0
gpgme 1.24.0
2 parents 73d973c + 9fe4f41 commit a4f4915

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

.github/autobump.txt

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

Formula/g/gpgme.rb

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
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/"
1110
regex(/href=.*?gpgme[._-]v?(\d+(?:\.\d+)+)\.t/i)
1211
end
1312

1413
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "3be0ed36949874bc0c6b0b5936750b498cc6d74ff5949bef213c1bbc252ecc7c"
16-
sha256 cellar: :any, arm64_sonoma: "5990f0751f5bce504beaaa9379e0bb082cea842010a6f94f11cfe0c99baba01b"
17-
sha256 cellar: :any, arm64_ventura: "4cf824bf4138deda8878af6ad5ea2e6af519a8d7793c0a168f724799d5f97e42"
18-
sha256 cellar: :any, arm64_monterey: "5b94224d8226e2e49d3ea30bf5bd3d76672a5fd1fb59cdfbf160c35e6d2a4fa3"
19-
sha256 cellar: :any, sonoma: "acb0a393ab4537dd314676d8dbbbf846fc14726cba00c32b027e18f11a603db3"
20-
sha256 cellar: :any, ventura: "3ffd9fce9f2862c9a35562462356530c4bc46d23e1b23e58e36aede36348fb74"
21-
sha256 cellar: :any, monterey: "05b1e5854b7a8eef9edb2a45208bfbdacd28bb243fabc60f350cabcd0b26080d"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "691a6fb7cf753251e8feafa30229cbba63a976820b2d33522ef413774788e6c0"
14+
sha256 cellar: :any, arm64_sequoia: "78c81de80215bee3d83cb1fc44eb2879b43c95db1bd5485f94fe27bb6a92b660"
15+
sha256 cellar: :any, arm64_sonoma: "b8ded7959409a8be4698b2a197244078ebd01f07e7e97420fc2b127cdd63fa73"
16+
sha256 cellar: :any, arm64_ventura: "9959f29142bc193839ed1c812c3394be30cab3989059759e83f60c2fdaba5dea"
17+
sha256 cellar: :any, sonoma: "45980c9bc5d6c15c5766b247db1cf43dab13aeb1f8c4110fc9db288dd01fa113"
18+
sha256 cellar: :any, ventura: "b0901cdec310a522dfc6d2e588c9c3f621d1d6a35c7d884bf2874bbfdccf27fc"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c1254e2feb2e8aa071dc0f998c81799ee1d8b85c0d08028c78372f8bf3b8f988"
2320
end
2421

2522
depends_on "python-setuptools" => :build
@@ -33,12 +30,6 @@ def python3
3330
"python3.12"
3431
end
3532

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-
4233
def install
4334
ENV["PYTHON"] = python3
4435
# HACK: Stop build from ignoring our PYTHON input. As python versions are

0 commit comments

Comments
 (0)