Fix checksum

This commit is contained in:
Jeff Henson 2020-03-16 10:51:27 -06:00
parent 32d018f896
commit b5be3a3a9d
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-openshift
pkgdesc = Python client for the OpenShift API
pkgver = 0.10.3
pkgrel = 1
pkgrel = 2
url = https://github.com/openshift/openshift-restclient-python
arch = any
license = APACHE
@ -14,7 +14,7 @@ pkgbase = python-openshift
depends = python-ruamel-yaml
depends = python-six
source = https://github.com/openshift/openshift-restclient-python/archive/v0.10.3.tar.gz
sha256sums = 05da5b323e1be23d6cf6f1e4eadd984021e023d5330262f79e963b500b407112
sha256sums = 15f3e07e79a80b5fbb83060c5a8f76578b80becff8b771ac311e2d31f4b9d258
pkgname = python-openshift

View File

@ -3,12 +3,12 @@
pkgname=python-openshift
pkgver=0.10.3
pkgrel=1
pkgrel=2
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=('05da5b323e1be23d6cf6f1e4eadd984021e023d5330262f79e963b500b407112')
sha256sums=('15f3e07e79a80b5fbb83060c5a8f76578b80becff8b771ac311e2d31f4b9d258')
arch=('any')
makedepends=('python-setuptools')
depends=(