summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2023-11-22 07:56:12 +0100
committerrazer2023-11-22 07:56:12 +0100
commit6324057f5fde8ddb20a6fff75959c8e9c3e664a7 (patch)
treea9a780e161993363fe8663103a5812c45e26c744
parent2528388bfc53fc7d924f11b8e44d7fdc355b65ff (diff)
downloadaur-6324057f5fde8ddb20a6fff75959c8e9c3e664a7.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 f272b014d36e..d70a3f940d92 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.3.0
+ pkgver = 4.3.1
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.3.0.tar.gz
- sha256sums = 25aabc94d4837678c1edf442c7f68a5f5fd151f6767b0e0b01c61a2179d02711
+ source = https://pypi.io/packages/source/d/django_cors_headers/django_cors_headers-4.3.1.tar.gz
+ sha256sums = 0bf65ef45e606aff1994d35503e6b677c0b26cafff6506f8fd7187f3be840207
pkgname = python-django-cors-headers
diff --git a/PKGBUILD b/PKGBUILD
index b074a4ccd644..58a1fbc9116a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-django-cors-headers
_pypi_pkgname=django_cors_headers
-pkgver=4.3.0
+pkgver=4.3.1
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=('25aabc94d4837678c1edf442c7f68a5f5fd151f6767b0e0b01c61a2179d02711')
+sha256sums=('0bf65ef45e606aff1994d35503e6b677c0b26cafff6506f8fd7187f3be840207')
build() {
cd ${srcdir}/${_pypi_pkgname}-${pkgver}