summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorml2021-04-19 06:04:55 +0200
committerml2021-04-19 06:04:55 +0200
commit608645a6e311c406834c7c4597d5396e6743d27b (patch)
tree760a5e1e74e011bca978b850dca8c368544651bd /PKGBUILD
parente871d0570acc13bbb791ae854091d8b1715bfb25 (diff)
downloadaur-kpt.tar.gz
updpkg: kpt 0.39.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7106b3895049..2106ae826719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ml <>
pkgname=kpt
-pkgver=0.38.1
+pkgver=0.39.2
pkgrel=1
pkgdesc='Toolkit to manage, manipulate, customize, and apply Kubernetes Resource configurations'
arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('go')
optdepends=('asciinema: ttl command')
install=kpt.install
source=("https://github.com/GoogleContainerTools/kpt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9313cc49a6957e294f560049d41765ee6ee8e56fe6cf62c2bbddb67777bac0df')
+sha256sums=('a38c3a3e15022d78ceb11b6441a197ced2dfea359253b0de62b89eeb1a06693b')
build() {
cd "${pkgname}-${pkgver}"