Update to 0.7.184
This commit is contained in:
parent
19b554a4f8
commit
78f962e6ab
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.181
|
||||
pkgver = 0.7.184
|
||||
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.181/Jackett.Binaries.Mono.tar.gz
|
||||
source = https://github.com/Jackett/Jackett/releases/download/v0.7.184/Jackett.Binaries.Mono.tar.gz
|
||||
source = jackett.service
|
||||
md5sums = 08562170cea6e3cf2e6a90ce3e367972
|
||||
md5sums = b8242f41973d64cb8a3e6b55d3b4f602
|
||||
md5sums = 5983ba69e0289be2c27ce9423df408ab
|
||||
|
||||
pkgname = jackett
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Brandon Giesing <brandon@giesing.cf>
|
||||
|
||||
pkgname=jackett
|
||||
pkgver=0.7.181
|
||||
pkgver=0.7.184
|
||||
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.181/Jackett.Binaries.Mono.tar.gz' 'jackett.service')
|
||||
md5sums=('08562170cea6e3cf2e6a90ce3e367972'
|
||||
source=('https://github.com/Jackett/Jackett/releases/download/v0.7.184/Jackett.Binaries.Mono.tar.gz' 'jackett.service')
|
||||
md5sums=('b8242f41973d64cb8a3e6b55d3b4f602'
|
||||
'5983ba69e0289be2c27ce9423df408ab')
|
||||
install=$pkgname.install
|
||||
|
||||
|
|
Loading…
Reference in a new issue