summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevon2023-11-24 23:43:33 -0500
committerDevon2023-11-24 23:43:33 -0500
commit75d8ab14d5dd90a53ac78be45b24aff4f2cc2d1b (patch)
tree3dd776febf8ce61fe79d165d39a5cd842eaea99e /PKGBUILD
parente6f5e935038b08b5076516fc64163e7e4ecb066f (diff)
downloadaur-75d8ab14d5dd90a53ac78be45b24aff4f2cc2d1b.tar.gz
Updating to python-flask-sock 0.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c1cd1843dc2..f2c66cd57055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Septire <mushroomgecko@gmail.com>
pkgname=python-flask-sock
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="WebSocket support for Flask. What makes this extension different than others is that it does not require a greenlet based server (gevent, eventlet) to work."
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
depends=('python' 'python-flask' 'python-simple-websocket')
source=("https://github.com/miguelgrinberg/flask-sock/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('6378492fa6275caa9bc269a111a0bdefbd1618f3faf15f16b3af4e4ef6f43621')
+sha256sums=('36a035d8e0d8fd0b649e2e8035a368e7de9d491bdae4b9defeb121f7b94ee76b')
build()
{