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 /libre/icecat-no-resource-uri-leak | |
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 'libre/icecat-no-resource-uri-leak')
-rw-r--r-- | libre/icecat-no-resource-uri-leak/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libre/icecat-no-resource-uri-leak/PKGBUILD b/libre/icecat-no-resource-uri-leak/PKGBUILD index d4b728eb9..8e7a16183 100644 --- a/libre/icecat-no-resource-uri-leak/PKGBUILD +++ b/libre/icecat-no-resource-uri-leak/PKGBUILD @@ -14,7 +14,6 @@ groups=('icecat-addons') source=("https://addons.cdn.mozilla.net/user-media/addons/706000/no_resource_uri_leak-$pkgver-an+tb+sm+fx.xpi") noextract=("${source##*/}") sha512sums=('f31d8baaa880d5ce621775e7f52faf6dbffb279291110caf055f8f70444aaa49d40e388e5b0117a9b862484539782d8c8bcbdd61f341a94bc3413fd737d204ee') -whirlpoolsums=('3efa2f3c71cf1f1f2b9406bfb07900d118e0656c296ec16271db1086f4198fe940c9d7ca513df05bbff8dfde560296596e99f864b52e2eab1a006d3da73f7772') package() { install -Dm755 "${source##*/}" "$pkgdir"/usr/lib/icecat/browser/extensions/@no-resource-uri-leak.xpi |