summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Zimmermann2022-02-12 17:17:20 +0100
committerLukas Zimmermann2022-02-12 17:17:20 +0100
commitf28005a5ba6b05908f203867d200e49e3f554914 (patch)
treebda36bea62b577a2359d19562920ea257ff89e2b /PKGBUILD
parentf82104bd20780b514a71c2245727a1ada9e8e565 (diff)
downloadaur-python-azure-storage.tar.gz
Update to upstream 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6ea4c68b653..0a485af3a10e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=azure-storage
pkgname=python-$_name
-pkgver=1.5.0
+pkgver=2.1.0
pkgrel=1
pkgdesc="Microsoft Azure Storage Library for Python"
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/Azure/azure-storage-python"
license=('Apache')
makedepends=('python-setuptools')
source=("https://github.com/Azure/azure-storage-python/archive/v${pkgver}-blob.tar.gz")
-sha256sums=('baf03a10b3ecebe2119947fc664f346e0c5ebceba40e091939e43d7d94ed1c08')
+sha256sums=('9313542e424bdca748c4e0deb5869bec94bfb4c1d7be6094219fc68435933de9')
_packages=('azure-storage-common' 'azure-storage-blob'
'azure-storage-file' 'azure-storage-queue')