summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2024-02-26 10:45:11 +0100
committerLukas Grossar2024-02-26 10:49:34 +0100
commitdb6844fea3ff53d25d1f2e00f7fafe61f2879de7 (patch)
treec436404f340009672300e4520e8abe82df075feb
parentc1cbb770988882aeacf00f6795e53d50f09b45dc (diff)
downloadaur-db6844fea3ff53d25d1f2e00f7fafe61f2879de7.tar.gz
update to 1.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26e8d2f1e7b1..0f1950d829d8 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.12.0
+ pkgver = 1.13.0
pkgrel = 1
url = https://github.com/norwoodj/helm-docs
arch = x86_64
- license = GPL
+ license = GPL-3.0-or-later
depends = helm
- source = https://github.com/norwoodj/helm-docs/releases/download/v1.12.0/helm-docs_1.12.0_Linux_x86_64.tar.gz
- sha256sums = f0a9f105de7b1c07e19f3ececa52e3a5a270ffe39b744cdce1a26bea34025abf
+ source = https://github.com/norwoodj/helm-docs/releases/download/v1.13.0/helm-docs_1.13.0_Linux_x86_64.tar.gz
+ sha256sums = fc5e6cd5d44efa5a40ae4874e261e5ee200119e379291582cc4c9303abb1a5fe
pkgname = helm-docs
diff --git a/PKGBUILD b/PKGBUILD
index f1f86fc2a134..ea38b6ca412a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Antonio Tauro <eye at eyenx.ch>
pkgname=helm-docs
-pkgver=1.12.0
+pkgver=1.13.0
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')
+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=('f0a9f105de7b1c07e19f3ececa52e3a5a270ffe39b744cdce1a26bea34025abf')
+sha256sums=('fc5e6cd5d44efa5a40ae4874e261e5ee200119e379291582cc4c9303abb1a5fe')
package() {
install -D -m755 "$srcdir"/helm-docs "$pkgdir/usr/bin/helm-docs"