bump to 0.6.4
This commit is contained in:
parent
e888677a89
commit
9f6086bd9c
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.6.3
|
||||
pkgrel = 3
|
||||
pkgver = 0.6.4
|
||||
pkgrel = 0
|
||||
url = https://github.com/zone117x/Jackett
|
||||
install = jackett.install
|
||||
arch = any
|
||||
license = GPL
|
||||
depends = mono
|
||||
depends = curl
|
||||
source = https://jackett.net/Download/v0.6.3/Jackett.Mono.v0.6.3.tar.bz2
|
||||
source = https://jackett.net/Download/v0.6.4/Jackett.Mono.v0.6.4.tar.bz2
|
||||
source = jackett.service
|
||||
md5sums = 7439f8343f9d32e1c0f461233a20a816
|
||||
md5sums = c6af839062ccadcc7e6ed0f971caf3c3
|
||||
md5sums = 5983ba69e0289be2c27ce9423df408ab
|
||||
|
||||
pkgname = jackett
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Brandon Giesing <brandon@giesing.cf>
|
||||
|
||||
pkgname=jackett
|
||||
pkgver=0.6.3
|
||||
pkgrel=3
|
||||
pkgver=0.6.4
|
||||
pkgrel=0
|
||||
pkgdesc='User any tracker with Sonarr'
|
||||
arch=('any')
|
||||
license=('GPL')
|
||||
url='https://github.com/zone117x/Jackett'
|
||||
depends=('mono' 'curl')
|
||||
source=('https://jackett.net/Download/v0.6.3/Jackett.Mono.v0.6.3.tar.bz2' 'jackett.service')
|
||||
md5sums=('7439f8343f9d32e1c0f461233a20a816'
|
||||
source=('https://jackett.net/Download/v0.6.4/Jackett.Mono.v0.6.4.tar.bz2' 'jackett.service')
|
||||
md5sums=('c6af839062ccadcc7e6ed0f971caf3c3'
|
||||
'5983ba69e0289be2c27ce9423df408ab')
|
||||
install=$pkgname.install
|
||||
|
||||
|
|
Loading…
Reference in a new issue