summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')