summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2023-07-22 08:28:31 +0200
committerrazer2023-07-22 08:28:31 +0200
commitf10a9ef73b60eae030175e35ce3e71954b72d21f (patch)
tree3dc19cd9f4e5adcbf93aeb244c7eee3f2cf5c330
parentd34b0a146180fea0814e34691fe9b2a45fecd21c (diff)
downloadaur-f10a9ef73b60eae030175e35ce3e71954b72d21f.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 e0179c41c424..1470f14336be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-cors-headers
pkgdesc = Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)
- pkgver = 4.0.0
+ pkgver = 4.2.0
pkgrel = 0
url = http://github.com/ottoyiu/django-cors-headers
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-django-cors-headers
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python-django
- source = https://pypi.io/packages/source/d/django_cors_headers/django_cors_headers-4.0.0.tar.gz
- sha256sums = a971cd4c75b29974068cc36b5c595698822f1e0edd5f1b32ea42ea37326ad4aa
+ source = https://pypi.io/packages/source/d/django_cors_headers/django_cors_headers-4.2.0.tar.gz
+ sha256sums = f9749c6410fe738278bc2b6ef17f05195bc7b251693c035752d8257026af024f
pkgname = python-django-cors-headers
diff --git a/PKGBUILD b/PKGBUILD
index eb21e3b95f57..4c90418ec28f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-django-cors-headers
_pypi_pkgname=django_cors_headers
-pkgver=4.0.0
+pkgver=4.2.0
pkgrel=0
pkgdesc="Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)"
arch=('any')
@@ -18,7 +18,7 @@ makedepends=(
'python-setuptools-scm'
)
source=("https://pypi.io/packages/source/d/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('a971cd4c75b29974068cc36b5c595698822f1e0edd5f1b32ea42ea37326ad4aa')
+sha256sums=('f9749c6410fe738278bc2b6ef17f05195bc7b251693c035752d8257026af024f')
build() {
cd ${srcdir}/${_pypi_pkgname}-${pkgver}