summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2023-03-14 08:01:18 +0100
committerrazer2023-03-14 08:01:18 +0100
commit413171095d1da8598eb78833b4cbdb2bbd2bd80a (patch)
tree9c52dcb423535845942ddcad92b97108cac379dd
parent347fa2f88c3fcb5f681e07eeeb39a4c621c395bf (diff)
downloadaur-413171095d1da8598eb78833b4cbdb2bbd2bd80a.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fed4ff24dcc..bcb27467e17e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-django-cors-headers
pkgdesc = Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)
- pkgver = 3.13.0
+ pkgver = 3.14.0
pkgrel = 0
url = http://github.com/ottoyiu/django-cors-headers
arch = any
makedepends = python-setuptools
depends = python-django
- source = https://pypi.io/packages/source/d/django-cors-headers/django-cors-headers-3.13.0.tar.gz
- sha256sums = f9dc6b4e3f611c3199700b3e5f3398c28757dcd559c2f82932687f3d0443cfdf
+ source = https://pypi.io/packages/source/d/django-cors-headers/django-cors-headers-3.14.0.tar.gz
+ sha256sums = 5fbd58a6fb4119d975754b2bc090f35ec160a8373f276612c675b00e8a138739
pkgname = python-django-cors-headers
diff --git a/PKGBUILD b/PKGBUILD
index ffee2e4d826f..da6c71461a4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-django-cors-headers
_pypi_pkgname=django-cors-headers
-pkgver=3.13.0
+pkgver=3.14.0
pkgrel=0
pkgdesc="Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)"
arch=('any')
@@ -11,7 +11,7 @@ url="http://github.com/ottoyiu/django-cors-headers"
depends=('python-django')
makedepends=('python-setuptools')
source=("https://pypi.io/packages/source/d/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('f9dc6b4e3f611c3199700b3e5f3398c28757dcd559c2f82932687f3d0443cfdf')
+sha256sums=('5fbd58a6fb4119d975754b2bc090f35ec160a8373f276612c675b00e8a138739')
build() {
cd ${srcdir}/django-cors-headers-${pkgver}