summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee61930a60c1..06eb8048f7b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aiohttp-cors-gns3
pkgdesc = CORS support for aiohttp (GNS3)
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/aio-libs/aiohttp-cors
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-aiohttp-cors-gns3
depends = python-aiohttp-gns3
provides = python-aiohttp-cors
conflicts = python-aiohttp-cors
- source = aiohttp-cors-0.6.0.tar.gz::https://github.com/aio-libs/aiohttp-cors/archive/v0.6.0.tar.gz
- sha256sums = b5dab373e0666836526a3c7a6cf8f887e75559e05d0e836cb9fb233958145e9c
+ source = aiohttp-cors-0.7.0.tar.gz::https://github.com/aio-libs/aiohttp-cors/archive/v0.7.0.tar.gz
+ sha256sums = a710a07c3d8e8c2dcb3a3f992c671a058e2058652ed041b5201016978a5527aa
pkgname = python-aiohttp-cors-gns3
diff --git a/PKGBUILD b/PKGBUILD
index 746b04b71cf2..f4fcea779d46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=aiohttp-cors
pkgname=python-"$_pkgname"-gns3
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="CORS support for aiohttp (GNS3)"
arch=("any")
@@ -15,7 +15,7 @@ makedepends=('python-setuptools')
provides=("python-$_pkgname")
conflicts=("python-$_pkgname")
source=("$_pkgname-$pkgver.tar.gz::https://github.com/aio-libs/$_pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('b5dab373e0666836526a3c7a6cf8f887e75559e05d0e836cb9fb233958145e9c')
+sha256sums=('a710a07c3d8e8c2dcb3a3f992c671a058e2058652ed041b5201016978a5527aa')
build() {
cd "$_pkgname-$pkgver"