summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2022-04-25 22:15:49 +0200
committerToni Tauro2022-04-25 22:15:49 +0200
commitb3213a3afed8c2ecf216cb28a60ae7407aa47557 (patch)
tree6a22fe2dcba53c61c7c60857d3f0b3a1599527cf
parentef0360a2fa5fb46b7483b1eb59cd9f7c76978631 (diff)
downloadaur-b3213a3afed8c2ecf216cb28a60ae7407aa47557.tar.gz
chore(update): v1.9.1
Signed-off-by: Toni Tauro <eye@eyenx.ch>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beb6a84884d9..dfb931431003 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.8.1
+ pkgver = 1.9.1
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.8.1/helm-docs_1.8.1_Linux_x86_64.tar.gz
- sha256sums = bb12ecab5595eff1f21b4311847a02c543c0c790443269327ad716f5896ceb2f
+ source = https://github.com/norwoodj/helm-docs/releases/download/v1.9.1/helm-docs_1.9.1_Linux_x86_64.tar.gz
+ sha256sums = 61a3e7f3a83c9fce145bcf410b47e2f90d24ead698e1e5d61a8bbe56e0ae08a4
pkgname = helm-docs
diff --git a/PKGBUILD b/PKGBUILD
index 348a53d670a2..c1444fd9d0d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antonio Tauro <eye at eyenx.ch>
pkgname=helm-docs
-pkgver=1.8.1
+pkgver=1.9.1
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=('bb12ecab5595eff1f21b4311847a02c543c0c790443269327ad716f5896ceb2f')
+sha256sums=('61a3e7f3a83c9fce145bcf410b47e2f90d24ead698e1e5d61a8bbe56e0ae08a4')
package() {
install -D -m755 "$srcdir"/helm-docs "$pkgdir/usr/bin/helm-docs"