summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f1950d829d8..5d0352c6575a 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.13.0
+ pkgver = 1.13.1
pkgrel = 1
url = https://github.com/norwoodj/helm-docs
arch = x86_64
license = GPL-3.0-or-later
depends = helm
- source = https://github.com/norwoodj/helm-docs/releases/download/v1.13.0/helm-docs_1.13.0_Linux_x86_64.tar.gz
- sha256sums = fc5e6cd5d44efa5a40ae4874e261e5ee200119e379291582cc4c9303abb1a5fe
+ source = https://github.com/norwoodj/helm-docs/releases/download/v1.13.1/helm-docs_1.13.1_Linux_x86_64.tar.gz
+ sha256sums = df8d803506933ceb92bc2996d8a432059a35fc19a308ac37a141971ffdf7aa33
pkgname = helm-docs
diff --git a/PKGBUILD b/PKGBUILD
index ea38b6ca412a..72832d3dfc45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antonio Tauro <eye at eyenx.ch>
pkgname=helm-docs
-pkgver=1.13.0
+pkgver=1.13.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-3.0-or-later')
depends=('helm')
source=("https://github.com/norwoodj/helm-docs/releases/download/v${pkgver}/helm-docs_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums=('fc5e6cd5d44efa5a40ae4874e261e5ee200119e379291582cc4c9303abb1a5fe')
+sha256sums=('df8d803506933ceb92bc2996d8a432059a35fc19a308ac37a141971ffdf7aa33')
package() {
install -D -m755 "$srcdir"/helm-docs "$pkgdir/usr/bin/helm-docs"