Commit 6fce8735 authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #4346 from uberhacker/update-diy-package

Fix x86_64 binary for diy package
parents 38fa07cf 11640383
......@@ -12,7 +12,7 @@ class Diy < Package
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/diy-3.5.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/diy-3.5.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/diy-3.5.0-chromeos-i686.tar.xz',
x86_64: 'file:///home/chronos/user/chromebrew/release/x86_64/diy-3.5.0-chromeos-x86_64.tar.xz'
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/diy-3.5.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '1f7e1d0b9c3f4c3675a243ad85082057be425544a1e2a84eb7bd0a1c1f5f059d',
......
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