update to 0.7.181
This commit is contained in:
parent
ec60bca133
commit
f5b8b12436
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -1,15 +1,15 @@
|
||||||
# Maintainer: Brandon Giesing <brandon@giesing.cf>
|
# Maintainer: Brandon Giesing <brandon@giesing.cf>
|
||||||
|
|
||||||
pkgname=jackett
|
pkgname=jackett
|
||||||
pkgver=0.6.45
|
pkgver=0.7.181
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='User any tracker with Sonarr'
|
pkgdesc='User any tracker with Sonarr'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url='https://github.com/Jackett/Jackett'
|
url='https://github.com/Jackett/Jackett'
|
||||||
depends=('mono' 'curl')
|
depends=('mono' 'curl')
|
||||||
source=('https://github.com/Jackett/Jackett/releases/download/v0.6.45/Jackett.Binaries.Mono.tar.gz' 'jackett.service')
|
source=('https://github.com/Jackett/Jackett/releases/download/v0.7.181/Jackett.Binaries.Mono.tar.gz' 'jackett.service')
|
||||||
md5sums=('fa0fbff84b4ccea189d5fe0ce83f73a4'
|
md5sums=('08562170cea6e3cf2e6a90ce3e367972'
|
||||||
'5983ba69e0289be2c27ce9423df408ab')
|
'5983ba69e0289be2c27ce9423df408ab')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue