summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2019-09-04 00:55:04 -0400
committerskydrome2019-09-04 00:55:04 -0400
commit72e0930bc3479f33c4e62fc90e0a8740e717ea8c (patch)
tree7c74a65b1d7f9521b6204de48d10799936c371c1
parent7408796e8133d57413f4cc7d19c6316fa21ce490 (diff)
downloadaur-72e0930bc3479f33c4e62fc90e0a8740e717ea8c.tar.gz
fix checksum check
-rwxr-xr-xPKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32a427536526..c1209e9d07a9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,11 +23,7 @@ _url="https://launchpad.net/i2p/trunk/${pkgver}/+download"
source=("${_url}/i2pinstall_${pkgver}.jar"{,.sig}
'i2prouter.service' 'i2prouter.sh' 'wrapper.config' 'router.config')
-_hash=$(curl -Ls "https://geti2p.net/en/download" \
- |grep -A1 "<div class=\"hash\">" \
- |sed -e "s:.*<code>::" -e "s:</code>::" -e '5,5!d')
-
-sha256sums=(${_hash:-'cb192e48c5f06839c99b71861364f3a9117b6b24f78f7f7c25d6716507c81bdf'}
+sha256sums=('cb192e48c5f06839c99b71861364f3a9117b6b24f78f7f7c25d6716507c81bdf'
'SKIP'
'9bb899ece87099716da29bac8b7da02916fc325699b68989e73c1fe333a6342f'
'ea8f97e66461d591b1819eab39bbc40056b89ae12f7729b3dd9fd2ce088e5e53'