summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorml2022-01-07 21:13:22 +0100
committerml2022-01-07 21:13:22 +0100
commit39ac40ef7c07c96f3d01fde8bc344ab852b75008 (patch)
tree8addf78d1d219f17af415de2c7946115709d86f1 /PKGBUILD
parentb3e9298e162539f49daca4cd526a95da01fe1b2d (diff)
downloadaur-39ac40ef7c07c96f3d01fde8bc344ab852b75008.tar.gz
updpkg: chart-testing 3.5.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 571e3e094176..430f29ac4025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Hobson <thomas /at/ hexf.me>
pkgname=chart-testing
-pkgver=3.7.2
+pkgver=3.5.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=('d80890daced93ac7fd632210c7babdadd583e6760128ec30e961b4dd09e7acf5')
+sha256sums=('1dc757892affff66ab0591d799ce98a8269d3f6cf557a212053211999b57a0ef')
backup=('etc/ct/lintconf.yaml')
build() {