summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2022-04-04 18:17:01 +0200
committerToni Tauro2022-04-04 18:17:01 +0200
commitef0360a2fa5fb46b7483b1eb59cd9f7c76978631 (patch)
tree465667d0aa237df551071c55442c09fc555b37b0
parent116ebaaccad318e33b4a5c6625aab66c24385477 (diff)
downloadaur-ef0360a2fa5fb46b7483b1eb59cd9f7c76978631.tar.gz
chore(update): v1.8.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 ea6939ed4168..beb6a84884d9 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.7.0
+ pkgver = 1.8.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.7.0/helm-docs_1.7.0_Linux_x86_64.tar.gz
- sha256sums = b39ad34acd03256317692e5c671847d6f12bcd6c92adf05b3df83363d1dac20f
+ source = https://github.com/norwoodj/helm-docs/releases/download/v1.8.1/helm-docs_1.8.1_Linux_x86_64.tar.gz
+ sha256sums = bb12ecab5595eff1f21b4311847a02c543c0c790443269327ad716f5896ceb2f
pkgname = helm-docs
diff --git a/PKGBUILD b/PKGBUILD
index 83c7b8d97e50..348a53d670a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antonio Tauro <eye at eyenx.ch>
pkgname=helm-docs
-pkgver=1.7.0
+pkgver=1.8.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=('b39ad34acd03256317692e5c671847d6f12bcd6c92adf05b3df83363d1dac20f')
+sha256sums=('bb12ecab5595eff1f21b4311847a02c543c0c790443269327ad716f5896ceb2f')
package() {
install -D -m755 "$srcdir"/helm-docs "$pkgdir/usr/bin/helm-docs"