Skip to content

Commit

Permalink
(FIXUP) Update MD5 sums for ffi-1.12.2 windows gems
Browse files Browse the repository at this point in the history
  • Loading branch information
scotje committed Apr 2, 2020
1 parent a79fbce commit 059f2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/components/rubygem-ffi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
@component.install = []

if platform.architecture == "x64"
pkg.md5sum "e263997763271fba35562245b450576f"
pkg.md5sum "06593d275984aae428cfd2a92f7da1c6"
pkg.url "https://rubygems.org/downloads/ffi-#{pkg.get_version}-x64-mingw32.gem"
pkg.mirror "#{settings[:buildsources_url]}/ffi-#{pkg.get_version}-x64-mingw32.gem"
else
pkg.md5sum "3303124f1ca0ee3e59829301ffcad886"
pkg.md5sum "d4593e67e1c32264f4a833b701435d4f"
pkg.url "https://rubygems.org/downloads/ffi-#{pkg.get_version}-x86-mingw32.gem"
pkg.mirror "#{settings[:buildsources_url]}/ffi-#{pkg.get_version}-x86-mingw32.gem"
end
Expand Down

0 comments on commit 059f2b6

Please sign in to comment.