Commit b5ad8cdf authored by Ed Reel's avatar Ed Reel Committed by Chris Thurber

Add pre-built binaries for libnghttp2 and curl (#3255)

parent c6455d99
......@@ -8,16 +8,16 @@ class Curl < Package
source_sha256 '9252332a7f871ce37bfa7f78bdd0a0e3924d8187cc27cb57c76c9474a7168fb3'
binary_url ({
aarch64: '',
armv7l: '',
i686: '',
x86_64: '',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.64.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.64.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.64.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.64.1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '',
armv7l: '',
i686: '',
x86_64: '',
aarch64: '19860f4f84b100e306940aebd25c389e64fd87941b02daae842211b5f9ca4123',
armv7l: '19860f4f84b100e306940aebd25c389e64fd87941b02daae842211b5f9ca4123',
i686: '1545311084cc3db7252883fc80cb5eb12a0c519dae91cdd96f5a449fa2c278e5',
x86_64: 'b00a4605990253654ca1a57359d043c614a8e28acab6981c344ff2b45c5ff3ea',
})
depends_on 'groff' => :build
......
......@@ -8,8 +8,16 @@ class Libnghttp2 < Package
source_sha256 'ef75c761858241c6b4372fa6397aa0481a984b84b7b07c4ec7dc2d7b9eee87f8'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libnghttp2-1.38.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libnghttp2-1.38.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libnghttp2-1.38.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libnghttp2-1.38.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '7375e44ec6c77c7afc760eaa4310d9974e0640cb46053c330b32c0e87bee73f4',
armv7l: '7375e44ec6c77c7afc760eaa4310d9974e0640cb46053c330b32c0e87bee73f4',
i686: 'cc5a56e8d3731aab1f8ff2a983e42d147e5a7234206d961e39b69d24d7cc3ffd',
x86_64: '32428353d0b390ca68f1737ebaead7e5cd5ade1676c7d62896de0553bd58fa39',
})
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