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 a4afd49ca5d8..a7fdb2c56da2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
_pkgname=platform-services-python-sdk
pkgname=python-ibm-platform-services
-pkgver=0.51.0
+pkgver=0.51.1
pkgrel=1
pkgdesc="Python client library for IBM Cloud Platform Services"
arch=('any')
@@ -22,7 +22,7 @@ checkdepends=(
'python-responses'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/IBM/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('81ef013b20f096cd94e8a4af603f76d8c3c07b41d3673931f7bdd11b945a87a29d5ac50f9ce912b9d9640a9f3bffef5aebf070c8c93db51c8a86654bc9ddcb49')
+b2sums=('fa61d5df1c072965bbae45eeaae3975d773c609cd4d1b994ed8338982467b3452284755ce5fb4e30a3d12847cb215df1c18907d8ed7776236b953e68765cb5f2')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"