Commit 172a3d3e authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #3389 from uberhacker/add-pre-built-binaries-youtubedl

Add pre-built binaries for youtubedl
parents deee938e 37c827e0
......@@ -8,8 +8,16 @@ class Youtubedl < Package
source_sha256 '0c8e936d8212de803d1748aacd7559a6a91eb547de75c362c15db6cae4abcea1'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/youtubedl-2019.08.02-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/youtubedl-2019.08.02-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/youtubedl-2019.08.02-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/youtubedl-2019.08.02-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '0524e079c9640b06bfdc3be2b2b626055d49f2931a7446fc37016a3b846c7db9',
armv7l: '0524e079c9640b06bfdc3be2b2b626055d49f2931a7446fc37016a3b846c7db9',
i686: '7581c47d198824590b586968df3f9ad20852f67548673800c95b7c9df8a0c0dc',
x86_64: '202f60aa6b718a9e0ba2272cea0332c4d4110dd093d80ccf1b1590ac78454168',
})
depends_on 'setuptools'
......
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