summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2023-05-15 09:48:22 +0200
committerMario Finelli2023-05-15 09:48:22 +0200
commit9c76759948d4a1398428c590fa9877a319aff065 (patch)
tree9e9861c1df01e2a45f40a4607b48906834d991b5
parent9292a9382004ac84928302204036062534163559 (diff)
downloadaur-helm-gcs.tar.gz
upgpkg: helm-gcs 0.4.3-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 95e44d49e050..c77fb518bdc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = helm-gcs
pkgdesc = Helm plugin to manage chart repositories on GCS
- pkgver = 0.4.1
+ pkgver = 0.4.3
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.4.1/helm-gcs-0.4.1.tar.gz
- sha256sums = 0684967d9daa71e9df3e019e10b9381bd8ae7313a9dcdd089730c636a5635859
+ source = https://github.com/hayorov/helm-gcs/archive/0.4.3/helm-gcs-0.4.3.tar.gz
+ sha256sums = b621e5b915627ae82d023aefc35c76eba52491df46d413287c991cd14f23e026
pkgname = helm-gcs
diff --git a/PKGBUILD b/PKGBUILD
index d8052123805a..05c9fd459a4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=helm-gcs
-pkgver=0.4.1
+pkgver=0.4.3
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=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('0684967d9daa71e9df3e019e10b9381bd8ae7313a9dcdd089730c636a5635859')
+sha256sums=('b621e5b915627ae82d023aefc35c76eba52491df46d413287c991cd14f23e026')
prepare() {
cd "${pkgname}-${pkgver}"