Commit 0de95a15 authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #1482 from uberhacker/add-pre-built-binaries-libusbmuxd-tig

Add pre-built binaries for libusbmuxd and tig
parents 4183cdac 03e64db4
......@@ -8,8 +8,16 @@ class Libusbmuxd < Package
source_sha256 '2e3f708a3df30ad7832d2d2389eeb29f68f4e4488a42a20149cc99f4f9223dfc'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libusbmuxd-1.0.9-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libusbmuxd-1.0.9-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libusbmuxd-1.0.9-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libusbmuxd-1.0.9-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'd47e325523f0167e598638cc889058c4dbaae0d2277d867b1ee86cc5b2285b1b',
armv7l: 'd47e325523f0167e598638cc889058c4dbaae0d2277d867b1ee86cc5b2285b1b',
i686: '85cc5ad75e883f17e1ea5b6de634c7db4cbd390b62b0f8d75950ee494cf28eb6',
x86_64: 'b9b4ba031ce059483b3e72abf300534f121f37b2759352c87c87fe3595ac83b2',
})
depends_on 'glib'
......
......@@ -8,8 +8,16 @@ class Tig < Package
source_sha256 '686f0386927904dc6410f0b1a712cb8bd7fff3303f688d7dc43162f4ad16c0ed'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/tig-2.3.0-1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/tig-2.3.0-1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/tig-2.3.0-1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/tig-2.3.0-1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '73b43ae17f23d942b30a90e4092b315dc5d0b44679d1242f2423c4c7d2cd3561',
armv7l: '73b43ae17f23d942b30a90e4092b315dc5d0b44679d1242f2423c4c7d2cd3561',
i686: '3476982a7d2055274c9fd99b0cf87815e0623329b3bfa45d78b2ba44329d61b9',
x86_64: '59a21ceda7f12ef29719ba7387eeb883220c39ad5b2db660a5b9d4d290554214',
})
depends_on 'readline'
......
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