summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2022-10-02 19:22:04 +0200
committerMario Finelli2022-10-02 19:22:04 +0200
commit5cf552f8a14da5e2fa5f9134cfcfdcf8f50c8751 (patch)
tree0492ac684ad6413e06ed0799bf46008c409c2765
parentb1576e51613a89ec07b7c53e31789fd78d46b040 (diff)
downloadaur-5cf552f8a14da5e2fa5f9134cfcfdcf8f50c8751.tar.gz
upgpkg: helm-gcs 0.4.0-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 d97ef27aa5ae..396e95c93165 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = helm-gcs
pkgdesc = Helm plugin to manage chart repositories on GCS
- pkgver = 0.3.22
+ pkgver = 0.4.0
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.22/helm-gcs-0.3.22.tar.gz
- sha256sums = 3a9938e11813d57cadbdff987470a00aa113eed82238a0267e1838a833c544e8
+ source = https://github.com/hayorov/helm-gcs/archive/0.4.0/helm-gcs-0.4.0.tar.gz
+ sha256sums = 30facb31fa08db9c54e93c49bdda4be49e0b26fa1ca1b3ba9f1202f92f66f35b
pkgname = helm-gcs
diff --git a/PKGBUILD b/PKGBUILD
index 4aab616ede9c..97775066218e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=helm-gcs
-pkgver=0.3.22
+pkgver=0.4.0
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=('3a9938e11813d57cadbdff987470a00aa113eed82238a0267e1838a833c544e8')
+sha256sums=('30facb31fa08db9c54e93c49bdda4be49e0b26fa1ca1b3ba9f1202f92f66f35b')
prepare() {
cd "${pkgname}-${pkgver}"