summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2020-10-20 12:48:39 +0200
committerToni Tauro2020-10-20 12:48:39 +0200
commit53cc3b46bb377b4cd890e045335fb1fbc8b65a33 (patch)
tree7f9f113ba9ce1cbd338cd6b38a0dd28e16601448
parent3271ff7d8a712ef63b2d0620ce69946f7a58733c (diff)
downloadaur-53cc3b46bb377b4cd890e045335fb1fbc8b65a33.tar.gz
feat(v1.3.0): update to newest version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7ac9b5c2c75..7ba27c1ff06a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = helm-docs
pkgdesc = A tool for automatically generating markdown documentation for helm charts
- pkgver = 0.15.0
+ pkgver = 1.13.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/v0.15.0/helm-docs_0.15.0_Linux_x86_64.tar.gz
- sha256sums = d724b72c112d0746d8bbdfea2bbed6dfedd1473a6d0247dcd88c49462600a3ec
+ sha256sums = b126f6a5b4be660cb2e06607ea33ccfb5e4aaae1e9126442e79d66902d865e0a
pkgname = helm-docs
diff --git a/PKGBUILD b/PKGBUILD
index e6f37d95af0a..7d6562dab519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antonio Tauro <eye at eyenx.ch>
pkgname=helm-docs
-pkgver=0.15.0
+pkgver=1.3.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=('d724b72c112d0746d8bbdfea2bbed6dfedd1473a6d0247dcd88c49462600a3ec')
+sha256sums=('b126f6a5b4be660cb2e06607ea33ccfb5e4aaae1e9126442e79d66902d865e0a')
package() {
install -D -m755 "$srcdir"/helm-docs "$pkgdir/usr/bin/helm-docs"