summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblubbblubb2020-01-13 22:34:31 +0100
committerblubbblubb2020-01-13 22:34:31 +0100
commitc5076e8eabb75c17207c10c76fd7e2ec89d7b126 (patch)
tree6882c6041e2494243c297d0581610fc6e7e74e78
parentfaaa82c0fd30ee1ee8249565c6aee899869a0dcd (diff)
downloadaur-c5076e8eabb75c17207c10c76fd7e2ec89d7b126.tar.gz
update to v0.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b2b71efd281..ec257afab0f5 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.5
+ pkgver = v0.2.6
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.5/nzbmonkey-v0.2.5-linux.tbz2
+ source = https://github.com/nzblnk/nzb-monkey/releases/download/v0.2.6/nzbmonkey-v0.2.6-linux.tbz2
source = konsole.patch
- sha256sums = 6fdb5c4d741c093c06dcc94f69821556b27f98714168455703b22e27d671c175
+ sha256sums = ef8f6d60b061fb9a6ce6af60dc4a37e107a5283c3a1ab130c9540a0a8e5f64e1
sha256sums = 27c46e273704071aa0cf744b3d83fcc3194308f61b16eafbca9f62f0c565a4c3
pkgname = nzb-monkey
diff --git a/PKGBUILD b/PKGBUILD
index c7b8736a59c9..2fbbcc12cf31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nzb-monkey
_pkgname=nzbmonkey
-pkgver=v0.2.5
+pkgver=v0.2.6
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=('6fdb5c4d741c093c06dcc94f69821556b27f98714168455703b22e27d671c175'
+sha256sums=('ef8f6d60b061fb9a6ce6af60dc4a37e107a5283c3a1ab130c9540a0a8e5f64e1'
'27c46e273704071aa0cf744b3d83fcc3194308f61b16eafbca9f62f0c565a4c3')
prepare() {