summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2021-04-09 11:40:35 +0200
committerMassimiliano Torromeo2021-04-09 11:40:35 +0200
commit2a1ea5410e27c6c6c324d6b755d20b80d0de0720 (patch)
treef2c7ed3f48a40d1ee12e885b17e7f69adad63d23
parent33173da2a14477d8c296c66433dd1279acdf23a6 (diff)
downloadaur-2a1ea5410e27c6c6c324d6b755d20b80d0de0720.tar.gz
Updated to 7.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa9bd72e6348..2ba7e1d69485 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.1.0
+ pkgver = 7.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-6.1.0.tar.gz
- sha256sums = 1f6c7e1e5089b1d8a75161e66533cabb9895de5121cc3900cb7e12c41c1bda18
+ source = https://files.pythonhosted.org/packages/source/s/stomp.py/stomp.py-7.0.0.tar.gz
+ sha256sums = fb301f338292b1b95089c6f1d3a38a9dd8353a5ff3f921e389dfa5f9413b5a8a
pkgname = python-stomp.py
diff --git a/PKGBUILD b/PKGBUILD
index 9817b46935ad..d1edf9be6e09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-stomp.py
_libname=${pkgname/python-/}
-pkgver=6.1.0
+pkgver=7.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=('1f6c7e1e5089b1d8a75161e66533cabb9895de5121cc3900cb7e12c41c1bda18')
+sha256sums=('fb301f338292b1b95089c6f1d3a38a9dd8353a5ff3f921e389dfa5f9413b5a8a')