summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ba7e1d69485..aeae5692bf14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-stomp.py
pkgdesc = Python STOMP client, supporting versions 1.0, 1.1 and 1.2 of the protocol
- pkgver = 7.0.0
+ pkgver = 8.0.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-7.0.0.tar.gz
- sha256sums = fb301f338292b1b95089c6f1d3a38a9dd8353a5ff3f921e389dfa5f9413b5a8a
+ source = https://files.pythonhosted.org/packages/source/s/stomp.py/stomp.py-8.0.0.tar.gz
+ sha256sums = 7085935293bfcc4a112a9830513275b2e0f3b040c5aad5ff8907e78f285b8b57
pkgname = python-stomp.py
-
diff --git a/PKGBUILD b/PKGBUILD
index d1edf9be6e09..99fc59d7c696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-stomp.py
_libname=${pkgname/python-/}
-pkgver=7.0.0
+pkgver=8.0.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=('fb301f338292b1b95089c6f1d3a38a9dd8353a5ff3f921e389dfa5f9413b5a8a')
+sha256sums=('7085935293bfcc4a112a9830513275b2e0f3b040c5aad5ff8907e78f285b8b57')