Skip to content

Commit 9ba8c15

Browse files
JamieMageeueno
authored andcommitted
1 parent 1ac1d80 commit 9ba8c15

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ext/gpgme/extconf.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
require 'rubygems'
6666
require 'mini_portile2'
6767

68-
libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.47').tap do |recipe|
68+
libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.55').tap do |recipe|
6969
recipe.target = File.join(ROOT, "ports")
7070
recipe.files = [{
7171
:url => "https://www.gnupg.org/ftp/gcrypt/#{recipe.name}/#{recipe.name}-#{recipe.version}.tar.bz2",
72-
:sha256 => '9e3c670966b96ecc746c28c2c419541e3bcb787d1a73930f5e5f5e1bcbbb9bdb'
72+
:sha256 => '95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78'
7373
}]
7474
recipe.configure_options = [
7575
'--enable-install-gpg-error-config',
-997 KB
Binary file not shown.
1.06 MB
Binary file not shown.

0 commit comments

Comments
 (0)