diff options
author | Tobias Trabelsi | 2024-01-26 23:06:03 +0100 |
---|---|---|
committer | Tobias Trabelsi | 2024-01-26 23:06:03 +0100 |
commit | 9e2a4af84e404d2250d3610d4d7fc8a1d70bf244 (patch) | |
tree | 2f3433f732b34f9d00bb471ba0304b43f7ede320 /PKGBUILD | |
parent | 87aa2a230b809d945651375038387c195c2a6480 (diff) | |
download | aur-9e2a4af84e404d2250d3610d4d7fc8a1d70bf244.tar.gz |
update to v1.28.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Ex-Maintainer: Dennis Oehme <oehme@gardenofconcepts.com> pkgname=kops-bin -pkgver=v1.28.2 +pkgver=v1.28.3 _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=('efc73d5ace01b4e67580f11c59b07792e0d07a5df07e8c0a27c4b7918298f568') +sha256sums_x86_64=('567989629adeb89bf7c49018e52d86260d0d7817046a9f31adad2a261725082d') package() { install -d ${pkgdir}/usr/bin |