summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNBonaparte2021-07-01 13:39:38 -0700
committerNBonaparte2021-07-01 13:39:38 -0700
commit0b30c40744a496623458f73f84e1d45c0eb70e2d (patch)
tree8d4b67c013c75dee1f42307ac54e87042f10e26d /PKGBUILD
parentb4e9735ef2b15b301f0ed966cd67aaa1feb6fc20 (diff)
downloadaur-python-asgi-csrf.tar.gz
update to 0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53f8df57e1de..fdcb11329e2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=asgi-csrf
pkgname=python-${_pkgname}
-pkgver=0.8
+pkgver=0.9
pkgrel=1
pkgdesc="ASGI middleware for protecting against CSRF attacks"
arch=("any")
@@ -9,7 +9,7 @@ license=("Apache")
depends=("python-itsdangerous" "python-python-multipart")
makedepends=("python-setuptools")
source=("https://pypi.io/packages/source/a/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=("312a35c73092db96fe2da325458d482954e1e3bceeac398455f0b0f3958d9620")
+sha256sums=("6e9d3bddaeac1a8fd33b188fe2abc8271f9085ab7be6e1a7f4d3c9df5d7f741a")
build() {
cd "${_pkgname}-${pkgver}"