summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2021-09-22 19:26:14 -0400
committerMario Finelli2021-09-22 19:26:14 -0400
commit87e29d9c80fa409d505600ddb3f3c833b10376bd (patch)
tree09f6f87a80bed33d6c6761c7e4260b898a16d6b4
parent0e8ac42cb4a8e3dad5db31a80ec918328b483f40 (diff)
downloadaur-87e29d9c80fa409d505600ddb3f3c833b10376bd.tar.gz
upgpkg: helm-gcs 0.3.16-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be2e2c1dc863..c12b64ca2829 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = helm-gcs
pkgdesc = Helm plugin to manage chart repositories on GCS
- pkgver = 0.3.15
+ pkgver = 0.3.16
pkgrel = 1
url = https://github.com/hayorov/helm-gcs
install = helm-gcs.install
@@ -9,7 +9,7 @@ pkgbase = helm-gcs
makedepends = go
depends = bash
depends = helm
- source = https://github.com/hayorov/helm-gcs/archive/0.3.15/helm-gcs-0.3.15.tar.gz
- sha256sums = 9c0431110d08815062e08551395bd7be1c642f53b14c562400aeae2b13180147
+ source = https://github.com/hayorov/helm-gcs/archive/0.3.16/helm-gcs-0.3.16.tar.gz
+ sha256sums = a4168ec2b0871455a0b39d8c5272466a9086f26aeb729e09b89a920d3c7fa238
pkgname = helm-gcs
diff --git a/PKGBUILD b/PKGBUILD
index 5ab75141e758..494f40e77529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=helm-gcs
-pkgver=0.3.15
+pkgver=0.3.16
pkgrel=1
pkgdesc="Helm plugin to manage chart repositories on GCS"
arch=(x86_64)
@@ -11,7 +11,7 @@ install=helm-gcs.install
depends=(bash helm)
makedepends=(go)
source=("https://github.com/hayorov/helm-gcs/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9c0431110d08815062e08551395bd7be1c642f53b14c562400aeae2b13180147')
+sha256sums=('a4168ec2b0871455a0b39d8c5272466a9086f26aeb729e09b89a920d3c7fa238')
prepare() {
cd "${pkgname}-${pkgver}"