update
This commit is contained in:
parent
68365ca758
commit
9aeb73987a
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = jackett
|
pkgbase = jackett
|
||||||
pkgdesc = User any tracker with Sonarr
|
pkgdesc = User any tracker with Sonarr
|
||||||
pkgver = 0.7.195
|
pkgver = 0.7.200
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Jackett/Jackett
|
url = https://github.com/Jackett/Jackett
|
||||||
install = jackett.install
|
install = jackett.install
|
||||||
|
@ -8,9 +8,9 @@ pkgbase = jackett
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = mono
|
depends = mono
|
||||||
depends = curl
|
depends = curl
|
||||||
source = https://github.com/Jackett/Jackett/releases/download/v0.7.195/Jackett.Binaries.Mono.tar.gz
|
source = https://github.com/Jackett/Jackett/releases/download/v0.7.200/Jackett.Binaries.Mono.tar.gz
|
||||||
source = jackett.service
|
source = jackett.service
|
||||||
md5sums = 45457b0795b47acb47e9fca6ffac62d0
|
md5sums = ba273de09050d2018ddb126c39f84e96
|
||||||
md5sums = 5983ba69e0289be2c27ce9423df408ab
|
md5sums = 5983ba69e0289be2c27ce9423df408ab
|
||||||
|
|
||||||
pkgname = jackett
|
pkgname = jackett
|
||||||
|
|
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.7.195
|
pkgver=0.7.200
|
||||||
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.7.195/Jackett.Binaries.Mono.tar.gz' 'jackett.service')
|
source=('https://github.com/Jackett/Jackett/releases/download/v0.7.200/Jackett.Binaries.Mono.tar.gz' 'jackett.service')
|
||||||
md5sums=('45457b0795b47acb47e9fca6ffac62d0'
|
md5sums=('ba273de09050d2018ddb126c39f84e96'
|
||||||
'5983ba69e0289be2c27ce9423df408ab')
|
'5983ba69e0289be2c27ce9423df408ab')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue