Merge pull request #853 from hcs64/linux-chromebook-skip-verify-tar

Don't check the md5sum of linux-chromebook source tarballs
This commit is contained in:
Kevin Mihelich 2014-05-27 19:56:22 -06:00
commit 1d6e7ab3a8

View file

@ -21,7 +21,8 @@ source=("https://chromium.googlesource.com/chromiumos/third_party/kernel/+archiv
'config'
'kernel.its')
noextract=("${_commit}.tar.gz")
md5sums=('06b85c85adf960c6e441314755e0df59'
# Skipping the source, the tarball is regenerated regularly with new timestamps.
md5sums=('SKIP'
'f01929a84dd2e295ebf6e2b5e3cdbf82'
'56f8343875b928b6aa4e83921e5df25f')