summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadu Potop2024-04-20 17:23:52 +0100
committerRadu Potop2024-04-20 17:23:52 +0100
commit89b8243c728a8cbf8810997d4a1c2c043a5a9e51 (patch)
tree82e4dc6456f047fa5085b11c409a652b13ff55e3
parent44100a44a355b20e6d02f1b0c2f570a2cc4dd843 (diff)
downloadaur-89b8243c728a8cbf8810997d4a1c2c043a5a9e51.tar.gz
Updated to latest
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e48803e35ae8..e8a296e97d07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-a2wsgi
pkgdesc = Converts WSGI apps to ASGI apps or the other way around
- pkgver = 1.10.2
+ pkgver = 1.10.4
pkgrel = 1
url = https://github.com/abersheeran/a2wsgi
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-a2wsgi
makedepends = python-installer
makedepends = python-pdm-backend
depends = python
- source = https://github.com/abersheeran/a2wsgi/archive/refs/tags/v1.10.2.tar.gz
- sha256sums = 8b3888b09e0b1c4e32fd56507ac78e38598fc18eecd2c7e7e8be83a2ca064534
+ source = https://github.com/abersheeran/a2wsgi/archive/refs/tags/v1.10.4.tar.gz
+ sha256sums = 0deabd4084ab3539c67e9c41884a681757b936ce924a52b8b59c9a42dc7b0013
pkgname = python-a2wsgi
diff --git a/PKGBUILD b/PKGBUILD
index 21d791946f35..ee7eb3dc69e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbasename=a2wsgi
pkgname=python-a2wsgi
-pkgver=1.10.2
+pkgver=1.10.4
pkgrel=1
pkgdesc='Converts WSGI apps to ASGI apps or the other way around'
arch=(any)
@@ -22,4 +22,4 @@ package() {
python -m installer --destdir="$pkgdir" dist/*.whl
}
-sha256sums=('8b3888b09e0b1c4e32fd56507ac78e38598fc18eecd2c7e7e8be83a2ca064534')
+sha256sums=('0deabd4084ab3539c67e9c41884a681757b936ce924a52b8b59c9a42dc7b0013')