summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Lisin2020-06-23 14:56:29 +0200
committerMatthias Lisin2020-06-23 14:56:29 +0200
commitd93af94d3674120311309126bdb609e8196a3a26 (patch)
tree9c98cc0e537a91c8488b35318ea6119414891aad
parentb7ea6cc30f460991b08605e78ae9b22c34388027 (diff)
downloadaur-d93af94d3674120311309126bdb609e8196a3a26.tar.gz
upgpkg: kpt 0.30.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b565e248c95..cd86f8aa240a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kpt
pkgdesc = Toolkit to manage, manipulate, customize, and apply Kubernetes Resource configurations
- pkgver = 0.29.0
+ pkgver = 0.30.1
pkgrel = 1
url = https://googlecontainertools.github.io/kpt/
install = kpt.install
@@ -8,8 +8,8 @@ pkgbase = kpt
license = Apache
makedepends = go
depends = git
- source = kpt-0.29.0.tar.gz::https://github.com/GoogleContainerTools/kpt/archive/v0.29.0.tar.gz
- sha256sums = 64a7fe39605431dc15557e92dc761f5aa5598acc1e86e7b9f4bb6e5be989f295
+ source = https://github.com/GoogleContainerTools/kpt/archive/v0.30.1/kpt-0.30.1.tar.gz
+ sha256sums = 7457b4624559b28ef13624092e1365f405e7741383c89b9fe99e7eb586e9c762
pkgname = kpt
diff --git a/PKGBUILD b/PKGBUILD
index 8afd8fadcbba..eb0aa708ff47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ml <ml@visu.li>
pkgname=kpt
-pkgver=0.29.0
+pkgver=0.30.1
pkgrel=1
pkgdesc='Toolkit to manage, manipulate, customize, and apply Kubernetes Resource configurations'
arch=('x86_64')
@@ -9,8 +9,8 @@ license=('Apache')
depends=('git')
makedepends=('go')
install=kpt.install
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/kpt/archive/v${pkgver}.tar.gz")
-sha256sums=('64a7fe39605431dc15557e92dc761f5aa5598acc1e86e7b9f4bb6e5be989f295')
+source=("https://github.com/GoogleContainerTools/kpt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('7457b4624559b28ef13624092e1365f405e7741383c89b9fe99e7eb586e9c762')
prepare() {
cd "${pkgname}-${pkgver}"