diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-17 21:14:00 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-17 21:14:00 -0400 |
commit | 3a77e496a160b2767175c8cc208466ba121b621d (patch) | |
tree | abe5713b9ae4c5713a72c40aaef5d6a68cf12420 /pcr/samhain | |
parent | 1b481c5a032d19eb0914592d775c7bc81a22f417 (diff) | |
download | abslibre-3a77e496a160b2767175c8cc208466ba121b621d.tar.gz abslibre-3a77e496a160b2767175c8cc208466ba121b621d.tar.bz2 abslibre-3a77e496a160b2767175c8cc208466ba121b621d.zip |
Remove whirlpoolsums=()
whirlpoolsums has been broken since makepkg 5.1, and it is being removed
instead of fixed. Packages that use it will need to migrate to a different
checksum at their next rebuild.
Fortunately, all packages with whirlpoolsums=() also set sha512sums=().
Diffstat (limited to 'pcr/samhain')
-rw-r--r-- | pcr/samhain/PKGBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pcr/samhain/PKGBUILD b/pcr/samhain/PKGBUILD index ab246b772..4dfdc1ee7 100644 --- a/pcr/samhain/PKGBUILD +++ b/pcr/samhain/PKGBUILD @@ -17,9 +17,6 @@ validpgpkeys=('CB6E213A349B8DF9E96B622AC3F4FFCF3EAE8697' # PKGBUILD Maintainer's sha512sums=('bacb82f87d7e6c7bad49f99454279e19c6d1cfa2e353de4f2346cee78f9761173aed5fc26dd956f1c88928d28d25e98c07bc8f74f2984bddae64f96ad1e6b4b2' 'SKIP' 'SKIP') -whirlpoolsums=('909c9861233f31b4fcf4cfc006f81bc5173c2bf8d7b91adf0ef4489f43427fe9cf8dbb7a077a92faa7ce73eb752d02c3d13e393d70a761ff4c4eb9e785491fbb' - 'SKIP' - 'SKIP') pkgver() { tar -ztvf samhain-current.tar.gz | head -n1 | awk '{print $6}' | sed "s/samhain-//" | sed "s/.tar.gz//" # get latest version number |