summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2020-09-08 11:42:54 +0200
committerLukas Grossar2020-09-08 11:42:54 +0200
commit3271ff7d8a712ef63b2d0620ce69946f7a58733c (patch)
treed5dea339c9e7488b20ade392aab453c1a588bfc9
parent7316828125095131dbae6bb522125b2df5665711 (diff)
downloadaur-3271ff7d8a712ef63b2d0620ce69946f7a58733c.tar.gz
update to v0.15.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acc0ad72e4e4..a7ac9b5c2c75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
pkgbase = helm-docs
pkgdesc = A tool for automatically generating markdown documentation for helm charts
- pkgver = 0.13.0
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/norwoodj/helm-docs
arch = x86_64
- license = GNU General Public License v3.0
+ license = GPL
depends = helm
- provides = helm-docs
- conflicts = helm-docs
- source = https://github.com/norwoodj/helm-docs/releases/download/v0.13.0/helm-docs_0.13.0_Linux_x86_64.tar.gz
- md5sums = 0ea6dd6d01b58ede866a00240842493e
- sha256sums = 09a7abbd19da971e4ca2f54c3ca7456a5e825418c5ffd67e5ff4dfdb011521a9
+ source = https://github.com/norwoodj/helm-docs/releases/download/v0.15.0/helm-docs_0.15.0_Linux_x86_64.tar.gz
+ sha256sums = d724b72c112d0746d8bbdfea2bbed6dfedd1473a6d0247dcd88c49462600a3ec
pkgname = helm-docs
diff --git a/PKGBUILD b/PKGBUILD
index 3497355ee189..e6f37d95af0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,14 @@
# Maintainer: Antonio Tauro <eye at eyenx.ch>
pkgname=helm-docs
-pkgver=0.13.0
+pkgver=0.15.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=('GNU General Public License v3.0')
-provides=('helm-docs')
+license=('GPL')
depends=('helm')
-conflicts=('helm-docs')
source=("https://github.com/norwoodj/helm-docs/releases/download/v${pkgver}/helm-docs_${pkgver}_Linux_x86_64.tar.gz")
-md5sums=('0ea6dd6d01b58ede866a00240842493e')
-sha256sums=('09a7abbd19da971e4ca2f54c3ca7456a5e825418c5ffd67e5ff4dfdb011521a9')
+sha256sums=('d724b72c112d0746d8bbdfea2bbed6dfedd1473a6d0247dcd88c49462600a3ec')
package() {
install -D -m755 "$srcdir"/helm-docs "$pkgdir/usr/bin/helm-docs"