summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 130dd40933ae..842d226afb0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kpt
pkgdesc = Toolkit to manage, manipulate, customize, and apply Kubernetes Resource configurations
- pkgver = 0.38.1
+ pkgver = 0.39.2
pkgrel = 1
url = https://googlecontainertools.github.io/kpt/
install = kpt.install
@@ -9,8 +9,8 @@ pkgbase = kpt
makedepends = go
depends = git
optdepends = asciinema: ttl command
- source = https://github.com/GoogleContainerTools/kpt/archive/v0.38.1/kpt-0.38.1.tar.gz
- sha256sums = 9313cc49a6957e294f560049d41765ee6ee8e56fe6cf62c2bbddb67777bac0df
+ source = https://github.com/GoogleContainerTools/kpt/archive/v0.39.2/kpt-0.39.2.tar.gz
+ sha256sums = a38c3a3e15022d78ceb11b6441a197ced2dfea359253b0de62b89eeb1a06693b
pkgname = kpt
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}"