summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Penen2022-02-10 19:18:12 +0100
committerArturo Penen2022-02-10 19:18:12 +0100
commitac15f38ff23a1418e762c4a3d8b8b526b84eb146 (patch)
treebfbbf6fa227e81874738ba5e5484e6daa4f18c59
parent6fcf41355a74b42eaa14c2a320a85d9f9e125914 (diff)
downloadaur-ac15f38ff23a1418e762c4a3d8b8b526b84eb146.tar.gz
Version 1.22.3
Signed-off-by: Arturo Penen <apenen@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bd0e24b5663..306aea875014 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.22.2
+ pkgver = 1.22.3
pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
makedepends = go
- source = kops-1.22.2.tar.gz::https://github.com/kubernetes/kops/archive/refs/tags/v1.22.2.tar.gz
- sha256sums = b6c80827d9a2562743e6b88e23f5ad21bf80d3650acc6dc6009fcc0b3d42df0a
+ source = kops-1.22.3.tar.gz::https://github.com/kubernetes/kops/archive/refs/tags/v1.22.3.tar.gz
+ sha256sums = 76fb2e20f1d4d54904311c3aec2298ae99dcea5ea8473677a61f6e6c7418d341
pkgname = kops
diff --git a/PKGBUILD b/PKGBUILD
index 5d19637ba445..05dd44771a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Arturo Penen <apenen@gmail.com>
pkgname=kops
-pkgver=1.22.2
+pkgver=1.22.3
pkgrel=1
pkgdesc='Kubernetes Operations - Production Grade K8s Installation, Upgrades, and Management (build from src)'
arch=('x86_64')
url='https://github.com/kubernetes/kops'
license=('Apache')
source=("$pkgname-$pkgver.tar.gz::https://github.com/kubernetes/kops/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('b6c80827d9a2562743e6b88e23f5ad21bf80d3650acc6dc6009fcc0b3d42df0a')
+sha256sums=('76fb2e20f1d4d54904311c3aec2298ae99dcea5ea8473677a61f6e6c7418d341')
makedepends=('go')
build() {