summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Penen2021-06-27 15:32:24 +0200
committerArturo Penen2021-06-27 15:32:24 +0200
commit7773b51f4dfdf3d3f65915247f5fd6f398c610f3 (patch)
tree6aee1a5c471b1babb25cf332213b18fb89bcd489
parent11c467d456c1b4faabde12b87631273b8a1fe955 (diff)
downloadaur-7773b51f4dfdf3d3f65915247f5fd6f398c610f3.tar.gz
Update version 1.20.2
Signed-off-by: Arturo Penen <arturo.penen@diagroup.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99af908cedab..fdbbc39da401 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kops
pkgdesc = Kubernetes Operations - Production Grade K8s Installation, Upgrades, and Management (build from src)
- pkgver = 1.20.1
- pkgrel = 4
+ pkgver = 1.20.2
+ pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
makedepends = go1.15
- source = kops-1.20.1.tar.gz::https://github.com/kubernetes/kops/archive/refs/tags/v1.20.1.tar.gz
+ source = kops-1.20.2.tar.gz::https://github.com/kubernetes/kops/archive/refs/tags/v1.20.2.tar.gz
sha256sums = ac046373ff44269d2a5a0bdf4a0c646484e2ce8d451c9066a9155503e595bea8
pkgname = kops
diff --git a/PKGBUILD b/PKGBUILD
index 842eeec5eb4b..06291d5e5774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Arturo Penen <apenen@gmail.com>
pkgname=kops
-pkgver=1.20.1
-pkgrel=4
+pkgver=1.20.2
+pkgrel=1
pkgdesc='Kubernetes Operations - Production Grade K8s Installation, Upgrades, and Management (build from src)'
arch=('x86_64')
url='https://github.com/kubernetes/kops'