summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikolai Rodionov2023-11-15 09:22:15 +0100
committerNikolai Rodionov2023-11-15 09:22:15 +0100
commit84461f7ec322e785abf4401d9ffde03e447d27d4 (patch)
tree4d87a1e891fcc6fe50b15ecbac8c5f89185c7887 /PKGBUILD
parent63a9b4854a3bc0c26d01b24ebafaed730aab96f5 (diff)
downloadaur-chart-testing.tar.gz
Upgrade to 3.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ce3896a573c..23618dc9fc1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Thomas Hobson <thomas /at/ hexf.me>
pkgname=chart-testing
-pkgver=3.10.0
+pkgver=3.10.1
pkgrel=1
pkgdesc='CLI tool for linting and testing Helm charts'
arch=('x86_64' 'aarch64' 'armv6h')
@@ -12,7 +12,7 @@ license=('Apache')
depends=('kubectl' 'git' 'yamllint' 'helm' 'yamale')
makedepends=('go')
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('cf22fabe2293805a4d091d55f9a62b8c1ae039518bc26e56b4aa68d8868ff5ff')
+sha256sums=('2d0481ba8070366c697676fa1ac18e87f9bf753a46368a3e2abdc706c5c2fe87')
backup=('etc/ct/lintconf.yaml')
build() {