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 ee62c487d40f..31d4f152a458 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-azure-core
pkgdesc = Microsoft Azure Core Library for Python
- pkgver = 1.30.0
+ pkgver = 1.30.1
pkgrel = 1
url = https://pypi.org/project/azure-core/
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-azure-core
depends = python-six
depends = python-typing_extensions
optdepends = python-aiohttp
- source = https://pypi.io/packages/source/a/azure-core/azure-core-1.30.0.tar.gz
- sha256sums = 6f3a7883ef184722f6bd997262eddaf80cfe7e5b3e0caaaf8db1695695893d35
+ source = https://pypi.io/packages/source/a/azure-core/azure-core-1.30.1.tar.gz
+ sha256sums = 26273a254131f84269e8ea4464f3560c731f29c0c1f69ac99010845f239c1a8f
pkgname = python-azure-core
diff --git a/PKGBUILD b/PKGBUILD
index 4b6df8a40ecb..9aa9cbc36286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Gerard Ribugent <ribugent <at> gmail <dot> com>
pkgname='python-azure-core'
_name='azure-core'
-pkgver='1.30.0'
+pkgver='1.30.1'
pkgrel=1
pkgdesc="Microsoft Azure Core Library for Python"
url="https://pypi.org/project/azure-core/"
@@ -12,7 +12,7 @@ optdepends=('python-aiohttp')
license=('MIT')
arch=('any')
source=("https://pypi.io/packages/source/a/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('6f3a7883ef184722f6bd997262eddaf80cfe7e5b3e0caaaf8db1695695893d35')
+sha256sums=('26273a254131f84269e8ea4464f3560c731f29c0c1f69ac99010845f239c1a8f')
package() {
cd "$srcdir/${_name}-${pkgver}/"