summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Penen2023-09-25 16:42:03 +0200
committerArturo Penen2023-09-25 16:42:03 +0200
commit7f50b4fd24f01aa6c428758fc7bd5a5fd8accc79 (patch)
treeb0a60c94111dba94e06cd97d9b24551ec6ad6691
parentf86c108da709665bf897343fcf211c3ffa4ba982 (diff)
downloadaur-7f50b4fd24f01aa6c428758fc7bd5a5fd8accc79.tar.gz
chore: version 1.28.0
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 1cb73d6d5497..173bec9a6ad9 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.27.1
+ pkgver = 1.28.0
pkgrel = 1
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
makedepends = go
- source = kops-1.27.1.tar.gz::https://github.com/kubernetes/kops/archive/refs/tags/v1.27.1.tar.gz
- sha256sums = a45fb4c33ed44407121330462f4c323e9cdb70d46b8112e3ad78fcaa5b00ee0f
+ source = kops-1.28.0.tar.gz::https://github.com/kubernetes/kops/archive/refs/tags/v1.28.0.tar.gz
+ sha256sums = b82c2dd3d0c41203790258755df1e22b90f6784670ae07ae802e79a8e0fe19d7
pkgname = kops
diff --git a/PKGBUILD b/PKGBUILD
index 52148bd363be..5fdfbcf6fb51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Arturo Penen <apenen@gmail.com>
pkgname=kops
-pkgver=1.27.1
+pkgver=1.28.0
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=('a45fb4c33ed44407121330462f4c323e9cdb70d46b8112e3ad78fcaa5b00ee0f')
+sha256sums=('b82c2dd3d0c41203790258755df1e22b90f6784670ae07ae802e79a8e0fe19d7')
makedepends=('go')
build() {