update to 0.7.285
This commit is contained in:
parent
4a54a22acb
commit
92bceb5438
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = jackett
|
||||
pkgdesc = User any tracker with Sonarr
|
||||
pkgver = 0.7.281
|
||||
pkgver = 0.7.285
|
||||
pkgrel = 1
|
||||
url = https://github.com/Jackett/Jackett
|
||||
install = jackett.install
|
||||
|
@ -8,9 +8,9 @@ pkgbase = jackett
|
|||
license = GPL
|
||||
depends = mono
|
||||
depends = curl
|
||||
source = https://github.com/Jackett/Jackett/releases/download/v0.7.281/Jackett.Binaries.Mono.tar.gz
|
||||
source = https://github.com/Jackett/Jackett/releases/download/v0.7.285/Jackett.Binaries.Mono.tar.gz
|
||||
source = jackett.service
|
||||
md5sums = 4fa7e1ca0f20ca60bf90a8553cafc75c
|
||||
md5sums = 2a43507f5b6b0d8c9b754eb2c079bd7f
|
||||
md5sums = 5983ba69e0289be2c27ce9423df408ab
|
||||
|
||||
pkgname = jackett
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,14 +1,14 @@
|
|||
pkgname=jackett
|
||||
pkgver=0.7.281
|
||||
pkgver=0.7.285
|
||||
pkgrel=1
|
||||
pkgdesc='User any tracker with Sonarr'
|
||||
arch=('any')
|
||||
license=('GPL')
|
||||
url='https://github.com/Jackett/Jackett'
|
||||
depends=('mono' 'curl')
|
||||
source=('https://github.com/Jackett/Jackett/releases/download/v0.7.281/Jackett.Binaries.Mono.tar.gz'
|
||||
source=('https://github.com/Jackett/Jackett/releases/download/v0.7.285/Jackett.Binaries.Mono.tar.gz'
|
||||
'jackett.service')
|
||||
md5sums=('4fa7e1ca0f20ca60bf90a8553cafc75c'
|
||||
md5sums=('2a43507f5b6b0d8c9b754eb2c079bd7f'
|
||||
'5983ba69e0289be2c27ce9423df408ab')
|
||||
install=$pkgname.install
|
||||
|
||||
|
|
Loading…
Reference in a new issue