mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
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:
commit
1d6e7ab3a8
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue