summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Hacohen2020-05-24 10:23:28 +0300
committerTom Hacohen2020-05-24 10:23:31 +0300
commit2c41bea88c6fb283e4955db84ab42d8f6e5329c8 (patch)
tree73ede26b3ea91a0248530dbf2cc1b86716a182cf /PKGBUILD
parent788f8ebdba2d8c0a7ee31a154bd4bf0fbbc456f0 (diff)
downloadaur-2c41bea88c6fb283e4955db84ab42d8f6e5329c8.tar.gz
Bump version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 812b23e46b89..b3338954839a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Past Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>
pkgname=python-django-cors-headers
-pkgver=3.2.1
+pkgver=3.3.0
pkgrel=1
pkgdesc="Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)"
arch=('any')
@@ -10,7 +10,7 @@ url="http://github.com/ottoyiu/django-cors-headers"
depends=('python-django')
makedepends=('python-setuptools')
source=("https://github.com/ottoyiu/django-cors-headers/archive/${pkgver}.tar.gz")
-sha512sums=('022985bb4bcd554c62f483db65f494cd23eb6175e148df386c84092cc21a679feda9b94f9fce427cb2df0a1629ed9cd621a0b53f64b5fe345b902eb0708e6a23')
+sha512sums=('84650ba3c44738e866cfdf881c6f8ccab4e48bb4b89f68289f5b7947659e3201662c6121f0fd610759c02887e3ae6e7c0502f2181a11e7efd308eed062e726e9')
build() {
cd ${srcdir}/django-cors-headers-${pkgver}