Commit 53014bff authored by Ed Reel's avatar Ed Reel Committed by Chris Thurber

Add pre-built binaries for curl, postgres and python3 (#3719)

parent 6a462973
......@@ -8,8 +8,16 @@ class Curl < Package
source_sha256 'f5d2e7320379338c3952dcc7566a140abb49edb575f9f99272455785c40e536c'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.67.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.67.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.67.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.67.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '5ae1098c3ab701d280fcef2266fd55d89c7c2b258a2a54141ad01abdaa394f54',
armv7l: '5ae1098c3ab701d280fcef2266fd55d89c7c2b258a2a54141ad01abdaa394f54',
i686: '497a670dbe39877b48916f3545d6a75b855624635e6c93806bd47c9280d3e490',
x86_64: '1c12008aa3b2c72084b2bae2c8e4c3246dc8358e25222c159ddf24ec0776ae5c',
})
depends_on 'groff' => :build
......
......@@ -8,8 +8,16 @@ class Postgres < Package
source_sha256 '5c6cba9cc0df70ba2b128c4a87d0babfce7c0e2b888f70a9c8485745f66b22e7'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/postgres-9.6.16-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/postgres-9.6.16-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/postgres-9.6.16-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/postgres-9.6.16-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '867751a956524f30cb1f56d5f047eabcbf2602d3528872c20a1a75814c1d9cdd',
armv7l: '867751a956524f30cb1f56d5f047eabcbf2602d3528872c20a1a75814c1d9cdd',
i686: '949fad150bc9ee82d1b261ff9c58eb52cc71d47ce78a3a51594121b0d9504f40',
x86_64: '99943c68314298f96c9cf43644b7092963e503ee03b6828067da12add581352e',
})
# Feel free to change this directory prior to compiling.
......
......@@ -8,8 +8,16 @@ class Python3 < Package
source_sha256 '75894117f6db7051c1b34f37410168844bbb357c139a8a10a352e9bf8be594e8'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/python3-3.8.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/python3-3.8.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/python3-3.8.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/python3-3.8.1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '715ad0ba8d650343a9f1bbf3b38c9b0585f81a129c85cdfea2e0ef5e3f261333',
armv7l: '715ad0ba8d650343a9f1bbf3b38c9b0585f81a129c85cdfea2e0ef5e3f261333',
i686: '1fe57de9127102f6512ae6dee9d411206c2da5ca0562493a1dc13831cd3c1c72',
x86_64: 'eace7a58c7414a7a5f2fc277098781c5474747032f654d5b8bf69303238f5992',
})
depends_on 'bz2'
......
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