Skip to content

Commit

Permalink
build: Update libassuan and gpgme version
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Sep 8, 2014
1 parent ced6069 commit d7d898d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/gpgme/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
recipe.activate
end

libassuan_recipe = MiniPortile.new('libassuan', '2.1.1').tap do |recipe|
libassuan_recipe = MiniPortile.new('libassuan', '2.1.2').tap do |recipe|
recipe.target = File.join(ROOT, "ports")
recipe.files = ["ftp://ftp.gnupg.org/gcrypt/#{recipe.name}/#{recipe.name}-#{recipe.version}.tar.bz2"]
recipe.configure_options = [
Expand All @@ -96,7 +96,7 @@
recipe.activate
end

gpgme_recipe = MiniPortile.new('gpgme', '1.5.0').tap do |recipe|
gpgme_recipe = MiniPortile.new('gpgme', '1.5.1').tap do |recipe|
recipe.target = File.join(ROOT, "ports")
recipe.files = ["ftp://ftp.gnupg.org/gcrypt/#{recipe.name}/#{recipe.name}-#{recipe.version}.tar.bz2"]
recipe.configure_options = [
Expand Down

0 comments on commit d7d898d

Please sign in to comment.