summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2023-10-12 13:53:23 +0200
committerLukas Grossar2023-10-12 13:54:38 +0200
commitcc50de2ae3eaf496af082d45caa84bfc2621c171 (patch)
treeadf088bca2219fe6d1cb5061b261e67d0c6ed3de
parent36258c1d5cbe9ba845739129ebcb4d32650d6f2b (diff)
downloadaur-cc50de2ae3eaf496af082d45caa84bfc2621c171.tar.gz
update to 1.11.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92bed22dde7c..288b20e7d9e8 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.11.2
+ pkgver = 1.11.3
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.11.2/helm-docs_Linux_x86_64.tar.gz
- sha256sums = 7620e8ee58613c1aace2890b76b850ac4efaf440083f927a1c316173ef3f3c18
+ source = https://github.com/norwoodj/helm-docs/releases/download/v1.11.3/helm-docs_1.11.3_Linux_x86_64.tar.gz
+ sha256sums = 07efe78fd56de173e29f15ea5be2aa6f425d346bcd480aa229840b5405661cb2
pkgname = helm-docs
diff --git a/PKGBUILD b/PKGBUILD
index 17219077ea9e..5fcbbff54c92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Antonio Tauro <eye at eyenx.ch>
pkgname=helm-docs
-pkgver=1.11.2
+pkgver=1.11.3
pkgrel=1
pkgdesc="A tool for automatically generating markdown documentation for helm charts"
arch=('x86_64')
url="https://github.com/norwoodj/helm-docs"
license=('GPL')
depends=('helm')
-source=("https://github.com/norwoodj/helm-docs/releases/download/v${pkgver}/helm-docs_Linux_x86_64.tar.gz")
-sha256sums=('7620e8ee58613c1aace2890b76b850ac4efaf440083f927a1c316173ef3f3c18')
+source=("https://github.com/norwoodj/helm-docs/releases/download/v${pkgver}/helm-docs_${pkgver}_Linux_x86_64.tar.gz")
+sha256sums=('07efe78fd56de173e29f15ea5be2aa6f425d346bcd480aa229840b5405661cb2')
package() {
install -D -m755 "$srcdir"/helm-docs "$pkgdir/usr/bin/helm-docs"