diff options
author | Donald Webster | 2020-10-20 16:34:53 -0700 |
---|---|---|
committer | Donald Webster | 2020-10-20 16:34:53 -0700 |
commit | 19f3e090efac9cb38065df2fcd17be4aa81c1392 (patch) | |
tree | 02fd4369b4f744b8da72490c6fb0726f930bbeb2 | |
parent | f8e0a57f506407929d4da0594f448e7f1b64c1f5 (diff) | |
download | aur-19f3e090efac9cb38065df2fcd17be4aa81c1392.tar.gz |
Update to v3.2.0.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = nzbhydra2 pkgdesc = Search aggregator for newznab and torznab indexers. - pkgver = 3.1.0 + pkgver = 3.2.0 pkgrel = 1 url = https://github.com/theotherp/nzbhydra2 arch = any @@ -8,11 +8,11 @@ pkgbase = nzbhydra2 depends = python depends = java-runtime-headless>=8 optdepends = jackett: torrent indexer proxy - source = https://github.com/theotherp/nzbhydra2/releases/download/v3.1.0/nzbhydra2-3.1.0-linux.zip + source = https://github.com/theotherp/nzbhydra2/releases/download/v3.2.0/nzbhydra2-3.2.0-linux.zip source = nzbhydra2.service source = nzbhydra2.tmpfiles source = nzbhydra2.sysusers - sha256sums = 4eed607ff6e8fbba23d67cc07b77d233e7ba43f05a15740ecb127e63fb849b41 + sha256sums = e2788a0c0e3112c563bd584a628a8d14ec455d8d0d7174c1ab1d32c820f7c60d sha256sums = 0ae34e5c7e65779dcca28a16d61f5ddd0dbf1e706143353fcb8c643b8421da70 sha256sums = 464bffa0e7bf99ccd7bbcdb787b25b53b7692f86f081a4fe347b92f88c56fb09 sha256sums = 8f91eb4f98f7f5c11590b29b1394dfa7ca62ad115feeac4f402c9ac094fb925a @@ -2,7 +2,7 @@ # Maintainer: Daniel Egeberg <daniel.egeberg@gmail.com> pkgname="nzbhydra2" -pkgver=3.1.0 +pkgver=3.2.0 pkgrel=1 pkgdesc="Search aggregator for newznab and torznab indexers." arch=('any') @@ -15,7 +15,7 @@ source=("https://github.com/theotherp/nzbhydra2/releases/download/v${pkgver}/${p 'nzbhydra2.tmpfiles' 'nzbhydra2.sysusers') -sha256sums=('4eed607ff6e8fbba23d67cc07b77d233e7ba43f05a15740ecb127e63fb849b41' +sha256sums=('e2788a0c0e3112c563bd584a628a8d14ec455d8d0d7174c1ab1d32c820f7c60d' '0ae34e5c7e65779dcca28a16d61f5ddd0dbf1e706143353fcb8c643b8421da70' '464bffa0e7bf99ccd7bbcdb787b25b53b7692f86f081a4fe347b92f88c56fb09' '8f91eb4f98f7f5c11590b29b1394dfa7ca62ad115feeac4f402c9ac094fb925a') |