summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hacohen2020-06-21 13:12:24 +0300
committerTom Hacohen2020-06-21 13:12:24 +0300
commit42b3a116474670b99f32e6d5f57048c16ff7d86a (patch)
treeebf2ad12d4c8b85c3242d0303a790550e7893def
parent2c41bea88c6fb283e4955db84ab42d8f6e5329c8 (diff)
downloadaur-42b3a116474670b99f32e6d5f57048c16ff7d86a.tar.gz
Bump version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8310db66f9bb..4ea22a0ffd6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-django-cors-headers
pkgdesc = Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)
- pkgver = 3.3.0
+ pkgver = 3.4.0
pkgrel = 1
url = http://github.com/ottoyiu/django-cors-headers
arch = any
makedepends = python-setuptools
depends = python-django
- source = https://github.com/ottoyiu/django-cors-headers/archive/3.3.0.tar.gz
- sha512sums = 84650ba3c44738e866cfdf881c6f8ccab4e48bb4b89f68289f5b7947659e3201662c6121f0fd610759c02887e3ae6e7c0502f2181a11e7efd308eed062e726e9
+ source = https://github.com/ottoyiu/django-cors-headers/archive/3.4.0.tar.gz
+ sha512sums = 95ade44a4d5c29670e8217d97bfcd351058f544255919d7493622f870aeae711b4dd593f8c6ea862834a56f026cf7ba7673ca482d5aebf98474e999008134713
pkgname = python-django-cors-headers
diff --git a/PKGBUILD b/PKGBUILD
index b3338954839a..76757882292f 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.3.0
+pkgver=3.4.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=('84650ba3c44738e866cfdf881c6f8ccab4e48bb4b89f68289f5b7947659e3201662c6121f0fd610759c02887e3ae6e7c0502f2181a11e7efd308eed062e726e9')
+sha512sums=('95ade44a4d5c29670e8217d97bfcd351058f544255919d7493622f870aeae711b4dd593f8c6ea862834a56f026cf7ba7673ca482d5aebf98474e999008134713')
build() {
cd ${srcdir}/django-cors-headers-${pkgver}