Date: Thursday, July 7, 2022 @ 20:05:48 Author: kpcyrd Revision: 1248264
upgpkg: kube-linter 0.4.0-1 Modified: kube-linter/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-07 20:01:38 UTC (rev 1248263) +++ PKGBUILD 2022-07-07 20:05:48 UTC (rev 1248264) @@ -1,8 +1,8 @@ # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> pkgname=kube-linter -pkgver=0.3.0 -pkgrel=2 +pkgver=0.4.0 +pkgrel=1 pkgdesc='Static analysis tool that checks Kubernetes YAML files and Helm charts' url='https://github.com/stackrox/kube-linter' arch=('x86_64') @@ -9,8 +9,8 @@ license=('Apache') makedepends=('go') source=(https://github.com/stackrox/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('bcd8a28eb52902c0b1e248a43ec9ce96afdced554b7198fd7898853d02a88093f72bed038fcc36373250da68bc362e3a89e52e73a5ebe74267000b89bfdc6e6a') -b2sums=('7cbd904ad2bd8e5b5496c606a3a640e93235907b3422f3e18d022c0be370fbde1ba19766a24f9d13f194066d471cd5449d6d1cf12f0a05d92233676d82c175eb') +sha512sums=('bb9d39b2a68b672df55c6c0d306967537beea8d83a9299a4798557cf244351cdc45329d580b76abdf1f06c411bf7b0be633bf6353bed338d53a0fb6fe20bbc2f') +b2sums=('5d73f9b4156683f2c2afa51bac045b8d9e59ed6762126e4b16a5df9f1d21569c4534385b24b543b54ce9a104c00b571a30459fb70bed005ee40adce97217287e') build() { cd ${pkgname}-${pkgver}