From c9abe2aa827d364cdaf578e0ff386afc71ed451b Mon Sep 17 00:00:00 2001 From: Brandon Giesing Date: Tue, 14 Jul 2015 11:10:05 -0500 Subject: [PATCH] Update to v0.4.3 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 802856de6f5..84c81343bfc 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 55979a455ff..6a2e310bddd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: Brandon Giesing 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