summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7136cb8e662b..fa9bd72e6348 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-stomp.py
pkgdesc = Python STOMP client, supporting versions 1.0, 1.1 and 1.2 of the protocol
- pkgver = 6.0.0
+ pkgver = 6.1.0
pkgrel = 1
url = https://github.com/jasonrbriggs/stomp.py
arch = any
license = Apache
depends = python
- source = https://files.pythonhosted.org/packages/source/s/stomp.py/stomp.py-6.0.0.tar.gz
- sha256sums = 4e639fee9aaa288e98b0bb981029a11eb8464276b8d19b3e61adead52bc3c01b
+ source = https://files.pythonhosted.org/packages/source/s/stomp.py/stomp.py-6.1.0.tar.gz
+ sha256sums = 1f6c7e1e5089b1d8a75161e66533cabb9895de5121cc3900cb7e12c41c1bda18
pkgname = python-stomp.py
diff --git a/PKGBUILD b/PKGBUILD
index 8846b683e4e8..9817b46935ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-stomp.py
_libname=${pkgname/python-/}
-pkgver=6.0.0
+pkgver=6.1.0
pkgrel=1
pkgdesc="Python STOMP client, supporting versions 1.0, 1.1 and 1.2 of the protocol"
arch=(any)
@@ -22,4 +22,4 @@ package() {
install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-sha256sums=('4e639fee9aaa288e98b0bb981029a11eb8464276b8d19b3e61adead52bc3c01b')
+sha256sums=('1f6c7e1e5089b1d8a75161e66533cabb9895de5121cc3900cb7e12c41c1bda18')