summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblubbblubb2019-04-22 18:32:50 +0200
committerblubbblubb2019-04-22 18:32:50 +0200
commitfaaa82c0fd30ee1ee8249565c6aee899869a0dcd (patch)
treeb82288e41e625754530ea0aab63702673b304962
parentc5c221ab845d4be083c62bc38ec3f4068055b352 (diff)
downloadaur-faaa82c0fd30ee1ee8249565c6aee899869a0dcd.tar.gz
update to v0.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8e6457ebc33..9b2b71efd281 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nzb-monkey
pkgdesc = A Reference implementation of how to handle a NZBLNK-URI, with support for SABnzbd, NZBGet and Synology Download Station
- pkgver = v0.2.4
+ pkgver = v0.2.5
pkgrel = 1
url = https://nzblnk.info/nzb-monkey/
install = nzb-monkey.install
@@ -13,9 +13,9 @@ pkgbase = nzb-monkey
depends = python-colorama
depends = python-cryptography
depends = xdg-utils
- source = https://github.com/nzblnk/nzb-monkey/releases/download/v0.2.4/nzbmonkey-v0.2.4-linux.tbz2
+ source = https://github.com/nzblnk/nzb-monkey/releases/download/v0.2.5/nzbmonkey-v0.2.5-linux.tbz2
source = konsole.patch
- sha256sums = 57560234f835744d5f0bc92d09d66df9b5cbf9abfd008642f183ba37ac85a05d
+ sha256sums = 6fdb5c4d741c093c06dcc94f69821556b27f98714168455703b22e27d671c175
sha256sums = 27c46e273704071aa0cf744b3d83fcc3194308f61b16eafbca9f62f0c565a4c3
pkgname = nzb-monkey
diff --git a/PKGBUILD b/PKGBUILD
index 2dcc633201d5..c7b8736a59c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nzb-monkey
_pkgname=nzbmonkey
-pkgver=v0.2.4
+pkgver=v0.2.5
pkgrel=1
pkgdesc="A Reference implementation of how to handle a NZBLNK-URI, with support for SABnzbd, NZBGet and Synology Download Station"
url="https://nzblnk.info/nzb-monkey/"
@@ -13,7 +13,7 @@ depends=("python" "python-pyperclip" "python-requests" "python-configobj"
install="${pkgname}.install"
source=("https://github.com/nzblnk/${pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}-linux.tbz2"
'konsole.patch')
-sha256sums=('57560234f835744d5f0bc92d09d66df9b5cbf9abfd008642f183ba37ac85a05d'
+sha256sums=('6fdb5c4d741c093c06dcc94f69821556b27f98714168455703b22e27d671c175'
'27c46e273704071aa0cf744b3d83fcc3194308f61b16eafbca9f62f0c565a4c3')
prepare() {