summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Beringer2019-11-02 23:38:35 +0100
committerIan Beringer2019-11-02 23:38:35 +0100
commit22311c5e060fa589a16ee37d4fa0b300587add7c (patch)
tree51f0cab3adf903b6467e403c8d540366878f4dac /PKGBUILD
parent6d1cb9fae32888f706c99c6e49cf4f642904a4f3 (diff)
downloadaur-22311c5e060fa589a16ee37d4fa0b300587add7c.tar.gz
Update to 10.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcfa47a56637..510c65dea8e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-kubernetes
_pkgname=kubernetes
-pkgver=9.0.0
+pkgver=10.0.1
pkgrel=1
license=('Apache')
pkgdesc='Python client for the kubernetes API'
@@ -11,7 +11,7 @@ depends=('python' 'python-certifi' 'python-six' 'python-dateutil' 'python-urllib
arch=('any')
url='https://github.com/kubernetes-client/python'
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('a8b0aed55ba946faea660712595a52ae53a8854df773d96f47a63fa0c9d4e3bf')
+sha256sums=('3770a496663396ad1def665eeadb947b3f45217a08b64b10c01a57e981ac8592')
package() {
cd "$srcdir/$_pkgname-$pkgver"