Skip to content

Commit

Permalink
Update bundled libgpg-error and gpgme dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Aug 16, 2023
1 parent 906b751 commit 60290c6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/gpgme/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
require 'rubygems'
require 'mini_portile2'

libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.46').tap do |recipe|
libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.47').tap do |recipe|
recipe.target = File.join(ROOT, "ports")
recipe.files = [{
:url => "https://www.gnupg.org/ftp/gcrypt/#{recipe.name}/#{recipe.name}-#{recipe.version}.tar.bz2",
:sha256 => 'b7e11a64246bbe5ef37748de43b245abd72cfcd53c9ae5e7fc5ca59f1c81268d'
:sha256 => '9e3c670966b96ecc746c28c2c419541e3bcb787d1a73930f5e5f5e1bcbbb9bdb'
}]
recipe.configure_options = [
'--enable-install-gpg-error-config',
Expand Down Expand Up @@ -106,11 +106,11 @@
recipe.activate
end

gpgme_recipe = MiniPortile.new('gpgme', '1.18.0').tap do |recipe|
gpgme_recipe = MiniPortile.new('gpgme', '1.21.0').tap do |recipe|
recipe.target = File.join(ROOT, "ports")
recipe.files = [{
:url => "https://www.gnupg.org/ftp/gcrypt/#{recipe.name}/#{recipe.name}-#{recipe.version}.tar.bz2",
:sha256 => '361d4eae47ce925dba0ea569af40e7b52c645c4ae2e65e5621bf1b6cdd8b0e9e'
:sha256 => '416e174e165734d84806253f8c96bda2993fd07f258c3aad5f053a6efd463e88'
}]
recipe.configure_options = [
'--disable-shared',
Expand Down
Binary file removed ports/archives/gpgme-1.18.0.tar.bz2
Binary file not shown.
Binary file added ports/archives/gpgme-1.21.0.tar.bz2
Binary file not shown.
Binary file removed ports/archives/libgpg-error-1.46.tar.bz2
Binary file not shown.
Binary file added ports/archives/libgpg-error-1.47.tar.bz2
Binary file not shown.

0 comments on commit 60290c6

Please sign in to comment.