summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hobson2020-08-21 22:10:04 +1200
committerThomas Hobson2020-08-21 22:10:04 +1200
commit0743d0ce38179bc43431ff648363c337251bcf94 (patch)
tree46ceceea2446eea8c038db0b83780f98c0ea959e
parent84dbcc651ee5a9da3394ab6b9b76b402751a6333 (diff)
downloadaur-0743d0ce38179bc43431ff648363c337251bcf94.tar.gz
chart-testing: Version 3.0.0-1 (via aurt)
-rwxr-xr-x[-rw-r--r--].SRCINFO11
-rwxr-xr-x[-rw-r--r--].gitignore0
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c34029d11351..7c96fb67e157 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = chart-testing
pkgdesc = CLI tool for linting and testing Helm charts
- pkgver = 2.4.1
+ pkgver = 3.0.0
pkgrel = 1
epoch = 0
url = https://github.com/helm/chart-testing/
arch = x86_64
- license = APACHE
+ license = Apache
depends = helm
depends = kubectl
depends = yamllint
depends = git
- depends = python3-yamale
+ depends = yamale
provides = ct
- source = https://github.com/helm/chart-testing/releases/download/v2.4.1/chart-testing_2.4.1_linux_amd64.tar.gz
- sha256sums = 70d5a0141a8331f85355155368cb555f5143625effdbb4a20e662dd5d965de14
+ backup = etc/lintconfig.conf
+ source = https://github.com/helm/chart-testing/releases/download/v3.0.0/chart-testing_3.0.0_linux_amd64.tar.gz
+ sha256sums = d0c324cb7edee0c894bb52df63cd8d5e7d85659d94e61004915c688a87d054ea
pkgname = chart-testing
diff --git a/.gitignore b/.gitignore
index 632e41d8b84f..632e41d8b84f 100644..100755
--- a/.gitignore
+++ b/.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 5c17158002cf..d026384bf575 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Thomas Hobson <thomas@hexf.me>
pkgname=chart-testing
-pkgver=2.4.1
+pkgver=3.0.0
pkgrel=1
epoch=0
-source=('https://github.com/helm/chart-testing/releases/download/v2.4.1/chart-testing_2.4.1_linux_amd64.tar.gz')
-sha256sums=('70d5a0141a8331f85355155368cb555f5143625effdbb4a20e662dd5d965de14')
+source=('https://github.com/helm/chart-testing/releases/download/v3.0.0/chart-testing_3.0.0_linux_amd64.tar.gz')
+sha256sums=('d0c324cb7edee0c894bb52df63cd8d5e7d85659d94e61004915c688a87d054ea')
pkgdesc="CLI tool for linting and testing Helm charts"
arch=('x86_64')
url="https://github.com/helm/chart-testing/"