summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-04-24 20:17:32 -0400
committeracxz2020-04-24 20:17:32 -0400
commitbd160675ebb618478a8e7ff3d96148f1ca1f2b9f (patch)
tree003cc392bb9383113db8a11efb2a280950f28cc7
parentcee402f6485c00bbcd0c2535bfb6e0fc960ad37b (diff)
downloadaur-bd160675ebb618478a8e7ff3d96148f1ca1f2b9f.tar.gz
updpkg python-google-cloud-storage
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 939ccc448e98..8b7f01634f7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-google-cloud-storage
pkgdesc = Google Cloud Storage API client library
- pkgver = 1.27.0
+ pkgver = 1.28.0
pkgrel = 1
url = https://github.com/googleapis/python-storage
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-google-cloud-storage
depends = python-google-resumable-media
depends = python-protobuf
depends = python-google-api-core
- source = python-google-cloud-storage-1.27.0::https://github.com/googleapis/python-storage/archive/v1.27.0.tar.gz
- sha256sums = 04df189a9760dd03082e66fdda71fea22cb175289c563d6ff58fdfda8233975d
+ source = python-google-cloud-storage-1.28.0::https://github.com/googleapis/python-storage/archive/v1.28.0.tar.gz
+ sha256sums = 4e8212e6c0b2b1f2d7d3f9b69ee3dca08098241862e4a5575344c61929d0380d
pkgname = python-google-cloud-storage
diff --git a/PKGBUILD b/PKGBUILD
index 4a1b489e70ec..18a856d7803b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-google-cloud-storage
-pkgver=1.27.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Google Cloud Storage API client library'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-google-auth' 'python-google-cloud-core'
'python-google-api-core')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver::https://github.com/googleapis/python-storage/archive/v$pkgver.tar.gz")
-sha256sums=('04df189a9760dd03082e66fdda71fea22cb175289c563d6ff58fdfda8233975d')
+sha256sums=('4e8212e6c0b2b1f2d7d3f9b69ee3dca08098241862e4a5575344c61929d0380d')
_pkgname=python-storage