mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add x86_64 links to packages
This commit is contained in:
@@ -4,8 +4,10 @@ class Gmp < Package
|
||||
version "5.1.2"
|
||||
binary_url ({
|
||||
i686: "https://dl.dropboxusercontent.com/s/9cwila1kaomsyl2/gmp-5.1.2-chromeos-i686.tar.gz?token_hash=AAHO9VxBpvXU2GPWBwimsp4hL8DADIItfNnIaFbfcyynMg&dl=1"
|
||||
x86_64: "https://dl.dropboxusercontent.com/s/zp1mw0l93jcg35e/gmp-5.1.3-chromeos-x86_64.tar.gz?token_hash=AAHa75_Uu5zFQlbQUbse19d_vhIAmEnZ8bYpshE6giSXGw&dl=1"
|
||||
})
|
||||
binary_sha1 ({
|
||||
i686: "b03b9508463588bfe9d09303c0725068cddd8810"
|
||||
x86_64: "2aee1fee1e4b98261127a4c73f3f88670f1c8162"
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user