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 1d4a5f0473e7..d941eb501f6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python2-stomp.py
pkgdesc = Python2 STOMP client, supporting versions 1.0, 1.1 and 1.2 of the protocol
- pkgver = 4.1.22
+ pkgver = 6.0.0
pkgrel = 1
url = https://github.com/jasonrbriggs/stomp.py
arch = any
license = Apache
depends = python2
- source = https://files.pythonhosted.org/packages/source/s/stomp.py/stomp.py-4.1.22.tar.gz
- sha256sums = d28120d902dcb81274cf78bd269dfbdfe2b20ea5ae5b33d90b56a32e8c18abe2
+ source = https://files.pythonhosted.org/packages/source/s/stomp.py/stomp.py-6.0.0.tar.gz
+ sha256sums = 4e639fee9aaa288e98b0bb981029a11eb8464276b8d19b3e61adead52bc3c01b
pkgname = python2-stomp.py
diff --git a/PKGBUILD b/PKGBUILD
index a1c629083b33..01e0f9ed9428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-stomp.py
_libname=${pkgname/python2-/}
-pkgver=4.1.22
+pkgver=6.0.0
pkgrel=1
pkgdesc="Python2 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=('d28120d902dcb81274cf78bd269dfbdfe2b20ea5ae5b33d90b56a32e8c18abe2')
+sha256sums=('4e639fee9aaa288e98b0bb981029a11eb8464276b8d19b3e61adead52bc3c01b')