Change openssl.rb to use pre-built binary package for aarch64 and armv7l

parent 3a3e2915
...@@ -7,6 +7,14 @@ class Openssl < Package ...@@ -7,6 +7,14 @@ class Openssl < Package
source_url 'https://github.com/openssl/openssl/archive/OpenSSL_1_0_2l.tar.gz' source_url 'https://github.com/openssl/openssl/archive/OpenSSL_1_0_2l.tar.gz'
source_sha1 '5bea0957b371627e8ebbee5bef221519e94d547c' source_sha1 '5bea0957b371627e8ebbee5bef221519e94d547c'
binary_url ({
aarch64: 'https://github.com/jam7/chromebrew/releases/download/binaries/openssl-1.0.2l-1-chromeos-armv7l.tar.xz',
armv7l: 'https://github.com/jam7/chromebrew/releases/download/binaries/openssl-1.0.2l-1-chromeos-armv7l.tar.xz',
})
binary_sha1 ({
aarch64: '4c9eb37df898e9495a8f53e3aa7f6058063fa8ce',
armv7l: '4c9eb37df898e9495a8f53e3aa7f6058063fa8ce',
})
depends_on 'perl' => :build depends_on 'perl' => :build
depends_on 'zlibpkg' => :build depends_on 'zlibpkg' => :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