version 0.6.0
This commit is contained in:
parent
2703094e28
commit
de24d990fe
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,16 +1,16 @@
|
|||
pkgbase = jackett
|
||||
pkgdesc = User any tracker with Sonarr
|
||||
pkgver = 0.5.0
|
||||
pkgrel = 2
|
||||
pkgver = 0.6.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/zone117x/Jackett
|
||||
install = jackett.install
|
||||
arch = any
|
||||
license = GPL
|
||||
depends = mono
|
||||
depends = curl
|
||||
source = https://github.com/zone117x/Jackett/releases/download/v0.5.0/Jackett.v0.5.zip
|
||||
source = https://github.com/zone117x/Jackett/releases/download/v0.6.0/Jackett.Mono.v0.6.0.zip
|
||||
source = jackett.service
|
||||
md5sums = 8f27f738e94c00e253a8111a370f4586
|
||||
md5sums = cc037c5e3326bb99194bb567d73bfba3
|
||||
md5sums = 5983ba69e0289be2c27ce9423df408ab
|
||||
|
||||
pkgname = jackett
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Brandon Giesing <brandon@giesing.cf>
|
||||
|
||||
pkgname=jackett
|
||||
pkgver=0.5.0
|
||||
pkgrel=2
|
||||
pkgver=0.6.0
|
||||
pkgrel=1
|
||||
pkgdesc='User any tracker with Sonarr'
|
||||
arch=('any')
|
||||
license=('GPL')
|
||||
url='https://github.com/zone117x/Jackett'
|
||||
depends=('mono' 'curl')
|
||||
source=('https://github.com/zone117x/Jackett/releases/download/v0.5.0/Jackett.v0.5.zip' 'jackett.service')
|
||||
md5sums=('8f27f738e94c00e253a8111a370f4586'
|
||||
source=('https://github.com/zone117x/Jackett/releases/download/v0.6.0/Jackett.Mono.v0.6.0.zip' 'jackett.service')
|
||||
md5sums=('cc037c5e3326bb99194bb567d73bfba3'
|
||||
'5983ba69e0289be2c27ce9423df408ab')
|
||||
install=$pkgname.install
|
||||
|
||||
|
|
Loading…
Reference in a new issue