Update to v0.4.3
This commit is contained in:
parent
125c253b30
commit
c9abe2aa82
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.3.1
|
||||
pkgver = 0.4.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/zone117x/Jackett
|
||||
install = jackett.install
|
||||
|
@ -8,9 +8,9 @@ pkgbase = jackett
|
|||
license = GPL
|
||||
depends = mono
|
||||
depends = curl
|
||||
source = https://github.com/zone117x/Jackett/releases/download/v0.3.1/Release.v0.3.1.zip
|
||||
source = https://github.com/zone117x/Jackett/releases/download/v0.4.3/Release.v0.4.3.zip
|
||||
source = jackett.service
|
||||
md5sums = 08a7b51dcdddfbbb0487aba455ce72d4
|
||||
md5sums = 160840fd3cf7fbc29c1e5ab6dec5e021
|
||||
md5sums = bfefcb47a83a216e223dbc1294d03e0c
|
||||
|
||||
pkgname = jackett
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Brandon Giesing <brandon@giesing.cf>
|
||||
|
||||
pkgname=jackett
|
||||
pkgver=0.3.1
|
||||
pkgver=0.4.3
|
||||
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.3.1/Release.v0.3.1.zip' 'jackett.service')
|
||||
md5sums=('08a7b51dcdddfbbb0487aba455ce72d4'
|
||||
source=('https://github.com/zone117x/Jackett/releases/download/v0.4.3/Release.v0.4.3.zip' 'jackett.service')
|
||||
md5sums=('160840fd3cf7fbc29c1e5ab6dec5e021'
|
||||
'bfefcb47a83a216e223dbc1294d03e0c')
|
||||
install=$pkgname.install
|
||||
|
||||
|
|
Loading…
Reference in a new issue