summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40925acf4f79..3f0a08f200f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chart-testing
pkgdesc = CLI tool for linting and testing Helm charts
- pkgver = 3.10.0
+ pkgver = 3.10.1
pkgrel = 1
url = https://github.com/helm/chart-testing
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = chart-testing
depends = helm
depends = yamale
backup = etc/ct/lintconf.yaml
- source = https://github.com/helm/chart-testing/archive/v3.10.0/chart-testing-3.10.0.tar.gz
- sha256sums = cf22fabe2293805a4d091d55f9a62b8c1ae039518bc26e56b4aa68d8868ff5ff
+ source = https://github.com/helm/chart-testing/archive/v3.10.1/chart-testing-3.10.1.tar.gz
+ sha256sums = 2d0481ba8070366c697676fa1ac18e87f9bf753a46368a3e2abdc706c5c2fe87
pkgname = chart-testing
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() {