summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblubbblubb2019-01-14 00:16:47 +0100
committerblubbblubb2019-01-14 00:16:47 +0100
commitc5c221ab845d4be083c62bc38ec3f4068055b352 (patch)
tree74eb9793e7750ab2ece77d6e1ecdeb31f6f07c61
parent1cad8ff13a427da25c6c3b5c75c69a39d9a55ed0 (diff)
downloadaur-c5c221ab845d4be083c62bc38ec3f4068055b352.tar.gz
update to v0.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 659e3ffca40f..c8e6457ebc33 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.3
+ pkgver = v0.2.4
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.3/nzbmonkey-v0.2.3-linux.tbz2
+ source = https://github.com/nzblnk/nzb-monkey/releases/download/v0.2.4/nzbmonkey-v0.2.4-linux.tbz2
source = konsole.patch
- sha256sums = 8edcb25c502e2d17d3aff980bdf53b150330fe6e0c247a221aa14113fd491433
+ sha256sums = 57560234f835744d5f0bc92d09d66df9b5cbf9abfd008642f183ba37ac85a05d
sha256sums = 27c46e273704071aa0cf744b3d83fcc3194308f61b16eafbca9f62f0c565a4c3
pkgname = nzb-monkey
diff --git a/PKGBUILD b/PKGBUILD
index 5483869ac85a..2dcc633201d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nzb-monkey
_pkgname=nzbmonkey
-pkgver=v0.2.3
+pkgver=v0.2.4
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=('8edcb25c502e2d17d3aff980bdf53b150330fe6e0c247a221aa14113fd491433'
+sha256sums=('57560234f835744d5f0bc92d09d66df9b5cbf9abfd008642f183ba37ac85a05d'
'27c46e273704071aa0cf744b3d83fcc3194308f61b16eafbca9f62f0c565a4c3')
prepare() {