summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorteza NourelahiAlamdari2022-05-27 20:29:26 +0200
committerMorteza NourelahiAlamdari2022-05-27 20:29:26 +0200
commite8d1cf96d800de441a1ca50913dd089eac5005dd (patch)
tree9674765a0c4c1232dc11ba5aa2154d4700bb2836 /PKGBUILD
parent1cd28d30ca8ab72c36055f45d475ae4799ba3007 (diff)
downloadaur-e8d1cf96d800de441a1ca50913dd089eac5005dd.tar.gz
Upgrade version to v3.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 378835d8d1c8..429ebf6c56a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Hobson <thomas /at/ hexf.me>
pkgname=chart-testing
-pkgver=3.5.1
+pkgver=3.6.0
pkgrel=1
pkgdesc='CLI tool for linting and testing Helm charts'
arch=('x86_64' 'aarch64' 'armv6h')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('kubectl' 'git' 'yamllint' 'helm' 'yamale')
makedepends=('go')
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b5129790dd23e99224d639e6065fc87fc6f1bec2e32cc5001d6a834f6c467bab')
+sha256sums=('c2fef8959c1e2c352d988596cbd90fd38f232e63cc7a43e2dce8b163e8425f01')
backup=('etc/ct/lintconf.yaml')
build() {