diff --git a/.SRCINFO b/.SRCINFO index 431390e..57cbc9c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-openshift pkgdesc = Python client for the OpenShift API - pkgver = 0.12.0 + pkgver = 0.12.1 pkgrel = 1 url = https://github.com/openshift/openshift-restclient-python arch = any @@ -12,8 +12,7 @@ pkgbase = python-openshift depends = python-string-utils depends = python-ruamel-yaml depends = python-six - source = https://github.com/openshift/openshift-restclient-python/archive/v0.12.0.tar.gz - sha256sums = 6de497dd9b3ceb17abfec6074bc5758e1901088d41bd923c4f7b2ece29a7d15c + source = https://github.com/openshift/openshift-restclient-python/archive/v0.12.1.tar.gz + sha256sums = eb63a08489798dd5a83c809baabe6a93ed8f82545e8343b53f3e514f6a19c80c pkgname = python-openshift - diff --git a/PKGBUILD b/PKGBUILD index 841a5e1..6d2e0ea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,13 @@ # Old Maintainer: Giacomo Longo pkgname=python-openshift -pkgver=0.12.0 +pkgver=0.12.1 pkgrel=1 pkgdesc="Python client for the OpenShift API" url="https://github.com/openshift/openshift-restclient-python" license=('APACHE') source=("https://github.com/openshift/openshift-restclient-python/archive/v${pkgver}.tar.gz") -sha256sums=('6de497dd9b3ceb17abfec6074bc5758e1901088d41bd923c4f7b2ece29a7d15c') +sha256sums=('eb63a08489798dd5a83c809baabe6a93ed8f82545e8343b53f3e514f6a19c80c') arch=('any') makedepends=('python-setuptools') depends=(