summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1343f20a0d3..76c5d547bff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ml <>
pkgname=helm-secrets
-pkgver=3.14.0
+pkgver=3.15.0
pkgrel=1
pkgdesc="Helm plugin to manage secrets with Git workflow and store them anywhere"
arch=(any)
@@ -15,7 +15,7 @@ optdepends=(
'vault: secret driver'
)
source=(https://github.com/jkroepke/helm-secrets/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('309c7ba8185685b02a2fbb13b4640bdc764b579836ddeb636b1c402debf41290')
+sha256sums=('5dff020ac9ef5657a10ac49549920f929d7c6cdec8e56892c951b9117ad064ae')
prepare() {
cd "${pkgname}-${pkgver}"