Commit 3f3a2b76 authored by Ed Reel's avatar Ed Reel

Fix sha256 hashes for libtasn1 binaries

parent 4d9a7af4
......@@ -9,16 +9,16 @@ class Libtasn1 < Package
source_sha256 '0e0fb0903839117cb6e3b56e68222771bebf22ad7fc2295a0ed7d576e8d4329d'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libtasn1-4.16-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libtasn1-4.16-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libtasn1-4.16-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libtasn1-4.16-chromeos-x86_64.tar.xz',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libtasn1-4.16-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libtasn1-4.16-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libtasn1-4.16-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libtasn1-4.16-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '18ae0df459ba32ee41fc2efbfbe2934b6a7f44d2cdfda7da417503cb604ff040',
armv7l: '18ae0df459ba32ee41fc2efbfbe2934b6a7f44d2cdfda7da417503cb604ff040',
i686: 'a3090be3dcf8aba5107339f405af889ed1e2b67c0728ff53086ed879e5172d9b',
x86_64: 'd6c37f27c28eed8720445a9dba40780230f7a3b824bf0787e67739714a2bf34a',
aarch64: '5e4512b5de236f36519662658481c9021956ea210030efe67447fd2e345c296d',
armv7l: '5e4512b5de236f36519662658481c9021956ea210030efe67447fd2e345c296d',
i686: 'e1960601090933f7b0d25d173dad0d056f9465810959261438da3672cfd008d7',
x86_64: 'd6c37f27c28eed8720445a9dba40780230f7a3b824bf0787e67739714a2bf34a',
})
# bison, diff, cmp are required at compile-time
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment