summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d146110c00b9..2a240ddc8ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-asgiref
_pypi_pkgname=asgiref
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=0
pkgdesc="Reference ASGI adapters and channel layers"
arch=(any)
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools')
depends=('python')
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-md5sums=('a92a1fea8242af0bde8773707a49bd09')
+md5sums=('45233198d645be2bf2e9fa11517603f0')
build() {
cd "${srcdir}/asgiref-${pkgver}"