summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Lisin2020-07-08 17:51:31 +0200
committerMatthias Lisin2020-07-08 17:51:31 +0200
commitc67defc73bf3744c2ef97dab3b6cdae40b367d25 (patch)
treed8d99db99bddf3c4be8da25eb39b898545cfd3d7
parentd93af94d3674120311309126bdb609e8196a3a26 (diff)
downloadaur-c67defc73bf3744c2ef97dab3b6cdae40b367d25.tar.gz
updpkg: kpt 0.31.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd86f8aa240a..b069a38c94dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kpt
pkgdesc = Toolkit to manage, manipulate, customize, and apply Kubernetes Resource configurations
- pkgver = 0.30.1
+ pkgver = 0.31.0
pkgrel = 1
url = https://googlecontainertools.github.io/kpt/
install = kpt.install
@@ -8,8 +8,8 @@ pkgbase = kpt
license = Apache
makedepends = go
depends = git
- source = https://github.com/GoogleContainerTools/kpt/archive/v0.30.1/kpt-0.30.1.tar.gz
- sha256sums = 7457b4624559b28ef13624092e1365f405e7741383c89b9fe99e7eb586e9c762
+ source = https://github.com/GoogleContainerTools/kpt/archive/v0.31.0/kpt-0.31.0.tar.gz
+ sha256sums = 1e4884e6a24a917fb62a5eac53a02c92ff82b7625ac4dc7f80d1b1cd4d7b5a9c
pkgname = kpt
diff --git a/PKGBUILD b/PKGBUILD
index eb0aa708ff47..9a760d82390c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ml <ml@visu.li>
pkgname=kpt
-pkgver=0.30.1
+pkgver=0.31.0
pkgrel=1
pkgdesc='Toolkit to manage, manipulate, customize, and apply Kubernetes Resource configurations'
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('git')
makedepends=('go')
install=kpt.install
source=("https://github.com/GoogleContainerTools/kpt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7457b4624559b28ef13624092e1365f405e7741383c89b9fe99e7eb586e9c762')
+sha256sums=('1e4884e6a24a917fb62a5eac53a02c92ff82b7625ac4dc7f80d1b1cd4d7b5a9c')
prepare() {
cd "${pkgname}-${pkgver}"