summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Trabelsi2024-05-17 21:32:39 +0200
committerTobias Trabelsi2024-05-17 21:32:39 +0200
commitf82620d39540f8f20e83ed611e9833a4e117bcbf (patch)
treea99be3c27b81d73bdc567a484bcd602405f1b695
parent2754cd1ca3f93a811c55f1ff691de1f180543f23 (diff)
downloadaur-f82620d39540f8f20e83ed611e9833a4e117bcbf.tar.gz
update kops to v1.29.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d1e7ca7f0e2..d1908f3977fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kops-bin
pkgdesc = Kubernetes Operations (kOps) - Production Grade K8s Installation, Upgrades, and Management
- pkgver = v1.28.5
+ pkgver = v1.29.0
pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = kops-bin
conflicts = kops-beta-bin
conflicts = kops-git
conflicts = kops21-bin
- source_x86_64 = kops-bin-v1.28.5::https://github.com/kubernetes/kops/releases/download/v1.28.5/kops-linux-amd64
- sha256sums_x86_64 = 608464a37ffc25c4298315684a1d537777756c3123cc1b43fd7a913607ad8584
+ source_x86_64 = kops-bin-v1.29.0::https://github.com/kubernetes/kops/releases/download/v1.29.0/kops-linux-amd64
+ sha256sums_x86_64 = 7e687a3295d0b2b9c969955ded6b6b5c45fca71f3da791b460933adec304f7af
pkgname = kops-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6921db3c82da..e432451108a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Ex-Maintainer: Dennis Oehme <oehme@gardenofconcepts.com>
pkgname=kops-bin
-pkgver=v1.28.5
+pkgver=v1.29.0
_build=${pkgver}
pkgrel=1
pkgdesc='Kubernetes Operations (kOps) - Production Grade K8s Installation, Upgrades, and Management'
@@ -12,7 +12,7 @@ license=('apache')
conflicts=('kops' 'kops-beta-bin' 'kops-git' 'kops21-bin')
source_x86_64=("$pkgname-$pkgver::https://github.com/kubernetes/kops/releases/download/${_build}/kops-linux-amd64")
-sha256sums_x86_64=('608464a37ffc25c4298315684a1d537777756c3123cc1b43fd7a913607ad8584')
+sha256sums_x86_64=('7e687a3295d0b2b9c969955ded6b6b5c45fca71f3da791b460933adec304f7af')
package() {
install -d ${pkgdir}/usr/bin