summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2021-09-14 17:21:00 -0400
committerMario Finelli2021-09-14 17:21:00 -0400
commit0e8ac42cb4a8e3dad5db31a80ec918328b483f40 (patch)
tree1d2537a594364e861d8fd148d269da636c764f5a
parentcd21b663df2de038982af6124fd7975f034d5edb (diff)
downloadaur-0e8ac42cb4a8e3dad5db31a80ec918328b483f40.tar.gz
upgpkg: helm-gcs 0.3.15-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 397ae0e61366..be2e2c1dc863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = helm-gcs
pkgdesc = Helm plugin to manage chart repositories on GCS
- pkgver = 0.3.14
+ pkgver = 0.3.15
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.14/helm-gcs-0.3.14.tar.gz
- sha256sums = deac67cad6dedb427724d4a6ac9b89308770ae08b2b4ec7c48fe9411eebbc70d
+ source = https://github.com/hayorov/helm-gcs/archive/0.3.15/helm-gcs-0.3.15.tar.gz
+ sha256sums = 9c0431110d08815062e08551395bd7be1c642f53b14c562400aeae2b13180147
pkgname = helm-gcs
diff --git a/PKGBUILD b/PKGBUILD
index e01cf21fca1f..5ab75141e758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=helm-gcs
-pkgver=0.3.14
+pkgver=0.3.15
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=('deac67cad6dedb427724d4a6ac9b89308770ae08b2b4ec7c48fe9411eebbc70d')
+sha256sums=('9c0431110d08815062e08551395bd7be1c642f53b14c562400aeae2b13180147')
prepare() {
cd "${pkgname}-${pkgver}"