Commit 6f00184b authored by Ed Reel's avatar Ed Reel Committed by Chris Thurber

Add pre-built binaries for bacon and gn (#3400)

parent 46bfac9d
......@@ -8,8 +8,16 @@ class Bacon < Package
source_sha256 'ad1da72c92f8956b18cab9bd7cc505eb7f5515217f02ae47545328743195591f'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/bacon-3.9.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/bacon-3.9.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/bacon-3.9.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/bacon-3.9.1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'cca03b628bbec3fdf951b933a7b20a037ab23b716ff70e6c2aa895f4fdb0e140',
armv7l: 'cca03b628bbec3fdf951b933a7b20a037ab23b716ff70e6c2aa895f4fdb0e140',
i686: 'de727e4f192b1b493fdc7cf5cee8d44d3c1270233647069f0d1e5f12e3bef9c0',
x86_64: '884601d8d402237c5827af5aebde04ad1b44ab82b6acd6d1b05f763495858689',
})
def self.build
......
......@@ -8,8 +8,16 @@ class Gn < Package
source_sha256 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/gn-dca877f-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/gn-dca877f-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/gn-dca877f-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/gn-dca877f-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '7ecb46dc020a7f2ef83c9f299b93e33b7d7907915a580eae29fba4038d348572',
armv7l: '7ecb46dc020a7f2ef83c9f299b93e33b7d7907915a580eae29fba4038d348572',
i686: '24f08672a3063c1fb151239d347a8126d204f0b9ef81114512acd8a70772b4d8',
x86_64: '385d47846ff117275793dc43d9ef004d4aa1075b29af3d9283f289cfc757d59f',
})
depends_on 'python27' => :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