Commit 7ff4918d authored by Ed Reel's avatar Ed Reel

Fix i686 binary for nasm

parent 02be4f20
......@@ -10,14 +10,14 @@ class Nasm < Package
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/nasm-2.14rc16-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/nasm-2.14rc16-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/nasm-2.14rc16-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/nasm-2.14rc16-chromeos-x86_64.tar.xz',
i686: 'file:///home/chronos/user/chromebrew/release/i686/nasm-2.14rc16-chromeos-i686.tar.xz'
})
binary_sha256 ({
aarch64: '167d71028afc02c296a27fb8a145f873986da262cc1e954dac80644fd57e4fc8',
armv7l: '167d71028afc02c296a27fb8a145f873986da262cc1e954dac80644fd57e4fc8',
i686: 'd63fd900467175d4b91bcf7dc57a9c40a2707eaba194846df291aa9dd33cf4dc',
x86_64: '7aed39d25a05f43613950f27d0033dfa890804c9398ab7549c70ba951c2355d1',
i686: '87728c542fe6322b64bcadb9aaea25779c53d6059c8062d40d770d0593daf2c0',
})
def self.build
......
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