summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2024-01-06 13:02:45 +0100
committerToni Tauro2024-01-06 13:02:45 +0100
commitc1cbb770988882aeacf00f6795e53d50f09b45dc (patch)
tree95008e3b5666c3bdeca4407a28ced978793af0c4
parentcc50de2ae3eaf496af082d45caa84bfc2621c171 (diff)
downloadaur-c1cbb770988882aeacf00f6795e53d50f09b45dc.tar.gz
chore(update): v1.12.0
Signed-off-by: Toni Tauro <eye@eyenx.ch>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 288b20e7d9e8..26e8d2f1e7b1 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.3
+ pkgver = 1.12.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.11.3/helm-docs_1.11.3_Linux_x86_64.tar.gz
- sha256sums = 07efe78fd56de173e29f15ea5be2aa6f425d346bcd480aa229840b5405661cb2
+ source = https://github.com/norwoodj/helm-docs/releases/download/v1.12.0/helm-docs_1.12.0_Linux_x86_64.tar.gz
+ sha256sums = f0a9f105de7b1c07e19f3ececa52e3a5a270ffe39b744cdce1a26bea34025abf
pkgname = helm-docs
diff --git a/PKGBUILD b/PKGBUILD
index 5fcbbff54c92..f1f86fc2a134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antonio Tauro <eye at eyenx.ch>
pkgname=helm-docs
-pkgver=1.11.3
+pkgver=1.12.0
pkgrel=1
pkgdesc="A tool for automatically generating markdown documentation for helm charts"
arch=('x86_64')
@@ -8,8 +8,8 @@ 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=('07efe78fd56de173e29f15ea5be2aa6f425d346bcd480aa229840b5405661cb2')
+sha256sums=('f0a9f105de7b1c07e19f3ececa52e3a5a270ffe39b744cdce1a26bea34025abf')
package() {
- install -D -m755 "$srcdir"/helm-docs "$pkgdir/usr/bin/helm-docs"
+ install -D -m755 "$srcdir"/helm-docs "$pkgdir/usr/bin/helm-docs"
}