summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2022-06-29 15:14:57 +0200
committerLukas Grossar2022-06-29 15:14:57 +0200
commita87e19c9bec4d0eb06b45d75b31f775753a90cfd (patch)
treeb479a36e824729460f295a669a8ee5d4acbf2138
parent835cd63173447c0bdffb1e2cc6b019bbfe94590b (diff)
downloadaur-a87e19c9bec4d0eb06b45d75b31f775753a90cfd.tar.gz
update to v1.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3f11d5c5dbc..3a7b0650cd8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = helm-docs
pkgdesc = A tool for automatically generating markdown documentation for helm charts
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://github.com/norwoodj/helm-docs
arch = x86_64
license = GPL
depends = helm
- source = https://github.com/norwoodj/helm-docs/releases/download/v1.10.0/helm-docs_1.10.0_Linux_x86_64.tar.gz
- sha256sums = 766f27f30a0b28aa3a88d1fa2ba6f698692403e4115dab48f319b88d43d12d04
+ source = https://github.com/norwoodj/helm-docs/releases/download/v1.11.0/helm-docs_1.11.0_Linux_x86_64.tar.gz
+ sha256sums = 9fc7bc15b55aea3025cd21f9d4e1384d1538beec5f7090cc0b7c45857cad3e57
pkgname = helm-docs
diff --git a/PKGBUILD b/PKGBUILD
index 7a577567188b..31376ed2b942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antonio Tauro <eye at eyenx.ch>
pkgname=helm-docs
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=1
pkgdesc="A tool for automatically generating markdown documentation for helm charts"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/norwoodj/helm-docs"
license=('GPL')
depends=('helm')
source=("https://github.com/norwoodj/helm-docs/releases/download/v${pkgver}/helm-docs_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums=('766f27f30a0b28aa3a88d1fa2ba6f698692403e4115dab48f319b88d43d12d04')
+sha256sums=('9fc7bc15b55aea3025cd21f9d4e1384d1538beec5f7090cc0b7c45857cad3e57')
package() {
install -D -m755 "$srcdir"/helm-docs "$pkgdir/usr/bin/helm-docs"