summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2022-05-23 14:52:57 +0200
committerLukas Grossar2022-05-23 14:52:57 +0200
commit835cd63173447c0bdffb1e2cc6b019bbfe94590b (patch)
treec33264f922bffc5cadd771a6b5abadae0f24df35
parentb3213a3afed8c2ecf216cb28a60ae7407aa47557 (diff)
downloadaur-835cd63173447c0bdffb1e2cc6b019bbfe94590b.tar.gz
update to v1.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfb931431003..f3f11d5c5dbc 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.9.1
+ pkgver = 1.10.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.9.1/helm-docs_1.9.1_Linux_x86_64.tar.gz
- sha256sums = 61a3e7f3a83c9fce145bcf410b47e2f90d24ead698e1e5d61a8bbe56e0ae08a4
+ source = https://github.com/norwoodj/helm-docs/releases/download/v1.10.0/helm-docs_1.10.0_Linux_x86_64.tar.gz
+ sha256sums = 766f27f30a0b28aa3a88d1fa2ba6f698692403e4115dab48f319b88d43d12d04
pkgname = helm-docs
diff --git a/PKGBUILD b/PKGBUILD
index c1444fd9d0d2..7a577567188b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antonio Tauro <eye at eyenx.ch>
pkgname=helm-docs
-pkgver=1.9.1
+pkgver=1.10.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=('61a3e7f3a83c9fce145bcf410b47e2f90d24ead698e1e5d61a8bbe56e0ae08a4')
+sha256sums=('766f27f30a0b28aa3a88d1fa2ba6f698692403e4115dab48f319b88d43d12d04')
package() {
install -D -m755 "$srcdir"/helm-docs "$pkgdir/usr/bin/helm-docs"