summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Lisin2022-07-28 13:55:52 +0200
committerMatthias Lisin2022-07-28 13:55:52 +0200
commit10c7f900d29b6ae852037ff297ac3d5f9400c6f4 (patch)
treef2c58130b1b9766759e5775e1a92cc7171e2e37d
parente8d1cf96d800de441a1ca50913dd089eac5005dd (diff)
downloadaur-10c7f900d29b6ae852037ff297ac3d5f9400c6f4.tar.gz
upgpkg: chart-testing 3.7.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc6062ec7173..bb11ac9a79bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chart-testing
pkgdesc = CLI tool for linting and testing Helm charts
- pkgver = 3.6.0
+ pkgver = 3.7.0
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.6.0/chart-testing-3.6.0.tar.gz
- sha256sums = c2fef8959c1e2c352d988596cbd90fd38f232e63cc7a43e2dce8b163e8425f01
+ source = https://github.com/helm/chart-testing/archive/v3.7.0/chart-testing-3.7.0.tar.gz
+ sha256sums = e305224a0391a92f651d2dd69ce763d913081d5082d5277ea48495355f0ad63a
pkgname = chart-testing
diff --git a/PKGBUILD b/PKGBUILD
index 429ebf6c56a8..4fa88ac1886d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Hobson <thomas /at/ hexf.me>
pkgname=chart-testing
-pkgver=3.6.0
+pkgver=3.7.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=('c2fef8959c1e2c352d988596cbd90fd38f232e63cc7a43e2dce8b163e8425f01')
+sha256sums=('e305224a0391a92f651d2dd69ce763d913081d5082d5277ea48495355f0ad63a')
backup=('etc/ct/lintconf.yaml')
build() {