Update to v0.20.1504.
This commit is contained in:
parent
607e2de93b
commit
a64588eaa3
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = jackett
|
pkgbase = jackett
|
||||||
pkgdesc = Use many torrent trackers with software that supports torznab/potato feeds.
|
pkgdesc = Use many torrent trackers with software that supports torznab/potato feeds.
|
||||||
pkgver = 0.20.1496
|
pkgver = 0.20.1504
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Jackett/Jackett
|
url = https://github.com/Jackett/Jackett
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -13,11 +13,11 @@ pkgbase = jackett
|
||||||
optdepends = flaresolverr: A proxy server to bypass Cloudflare protection
|
optdepends = flaresolverr: A proxy server to bypass Cloudflare protection
|
||||||
options = !strip
|
options = !strip
|
||||||
options = staticlibs
|
options = staticlibs
|
||||||
source = jackett-0.20.1496.tar.gz::https://github.com/Jackett/Jackett/archive/v0.20.1496.tar.gz
|
source = jackett-0.20.1504.tar.gz::https://github.com/Jackett/Jackett/archive/v0.20.1504.tar.gz
|
||||||
source = jackett.service
|
source = jackett.service
|
||||||
source = jackett.sysusers
|
source = jackett.sysusers
|
||||||
source = jackett.tmpfiles
|
source = jackett.tmpfiles
|
||||||
sha256sums = 126438231a27ca2328b27d83b1bc35e900117e21a7e717db1d28d8d526c3f0f1
|
sha256sums = e08fa5dfeeab553742a14ed2511379d19e62bb7b358a128289f05ed352925aab
|
||||||
sha256sums = 9d8f9d73e5fa2b2877dde010c0d8ca6fbf47f03eb1f01b02f846026a949a0dcf
|
sha256sums = 9d8f9d73e5fa2b2877dde010c0d8ca6fbf47f03eb1f01b02f846026a949a0dcf
|
||||||
sha256sums = d005fcd009ec5404e1ec88246c31e664167f5551d6cabc35f68eb41750bfe590
|
sha256sums = d005fcd009ec5404e1ec88246c31e664167f5551d6cabc35f68eb41750bfe590
|
||||||
sha256sums = 64022e15565a609f449090f02d53ee90ef95cffec52ae14f99e4e2132b6cffe1
|
sha256sums = 64022e15565a609f449090f02d53ee90ef95cffec52ae14f99e4e2132b6cffe1
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Donald Webster <fryfrog@gmail.com>
|
# Maintainer: Donald Webster <fryfrog@gmail.com>
|
||||||
# Co-Maintainer: Joaquín Rufo Gutierrez <joaquinito2051@gmail.com>
|
# Co-Maintainer: Joaquín Rufo Gutierrez <joaquinito2051@gmail.com>
|
||||||
pkgname=jackett
|
pkgname=jackett
|
||||||
pkgver=0.20.1496
|
pkgver=0.20.1504
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Use many torrent trackers with software that supports torznab/potato feeds.'
|
pkgdesc='Use many torrent trackers with software that supports torznab/potato feeds.'
|
||||||
arch=('x86_64' 'aarch64' 'armv7h')
|
arch=('x86_64' 'aarch64' 'armv7h')
|
||||||
|
@ -22,7 +22,7 @@ source=(
|
||||||
'jackett.tmpfiles'
|
'jackett.tmpfiles'
|
||||||
)
|
)
|
||||||
|
|
||||||
sha256sums=('126438231a27ca2328b27d83b1bc35e900117e21a7e717db1d28d8d526c3f0f1'
|
sha256sums=('e08fa5dfeeab553742a14ed2511379d19e62bb7b358a128289f05ed352925aab'
|
||||||
'9d8f9d73e5fa2b2877dde010c0d8ca6fbf47f03eb1f01b02f846026a949a0dcf'
|
'9d8f9d73e5fa2b2877dde010c0d8ca6fbf47f03eb1f01b02f846026a949a0dcf'
|
||||||
'd005fcd009ec5404e1ec88246c31e664167f5551d6cabc35f68eb41750bfe590'
|
'd005fcd009ec5404e1ec88246c31e664167f5551d6cabc35f68eb41750bfe590'
|
||||||
'64022e15565a609f449090f02d53ee90ef95cffec52ae14f99e4e2132b6cffe1')
|
'64022e15565a609f449090f02d53ee90ef95cffec52ae14f99e4e2132b6cffe1')
|
||||||
|
|
Loading…
Reference in a new issue