kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / kube-linter


Commits:
9c652e18 by kpcyrd at 2024-11-06T11:25:13+01:00
upgpkg: 0.7.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = kube-linter
        pkgdesc = Static analysis tool that checks Kubernetes YAML files and 
Helm charts
-       pkgver = 0.6.8
+       pkgver = 0.7.0
        pkgrel = 1
        url = https://github.com/stackrox/kube-linter
        arch = x86_64
        license = Apache-2.0
        makedepends = go
        depends = glibc
-       source = 
https://github.com/stackrox/kube-linter/archive/v0.6.8/kube-linter-0.6.8.tar.gz
-       sha256sums = 
4d3e5d8f006d4907e5fca03a9064d79e6267942cb2b0ae31dfbaa61e9d403568
-       b2sums = 
00f89430e519fe25368e4ea2c63182938ac5c330dca19fd4144d08a4b8afa48b2975435ce58a19fc185b5e47d34718486750208359967c3e03846b51c8f3e593
+       source = 
https://github.com/stackrox/kube-linter/archive/v0.7.0/kube-linter-0.7.0.tar.gz
+       sha256sums = 
134af09f571937376ed3ff7bae07eba52357d20bd067618c00e4fea7baabadd8
+       b2sums = 
d4bd9a2b32bd4de0b56bb0c93d020671cc5f68ad6c4ccad35e7fd9fbd478b6173c56348809ffd6c2b21f985ecc583c95004b44b350278b41f69455f354f76b36
 
 pkgname = kube-linter


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
 
 pkgname=kube-linter
-pkgver=0.6.8
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Static analysis tool that checks Kubernetes YAML files and Helm 
charts'
 url='https://github.com/stackrox/kube-linter'
@@ -10,8 +10,8 @@ license=('Apache-2.0')
 depends=('glibc')
 makedepends=('go')
 
source=(https://github.com/stackrox/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4d3e5d8f006d4907e5fca03a9064d79e6267942cb2b0ae31dfbaa61e9d403568')
-b2sums=('00f89430e519fe25368e4ea2c63182938ac5c330dca19fd4144d08a4b8afa48b2975435ce58a19fc185b5e47d34718486750208359967c3e03846b51c8f3e593')
+sha256sums=('134af09f571937376ed3ff7bae07eba52357d20bd067618c00e4fea7baabadd8')
+b2sums=('d4bd9a2b32bd4de0b56bb0c93d020671cc5f68ad6c4ccad35e7fd9fbd478b6173c56348809ffd6c2b21f985ecc583c95004b44b350278b41f69455f354f76b36')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kube-linter/-/commit/9c652e18ec2d3435f1ca4db0ccbc2bd3d17eb92a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kube-linter/-/commit/9c652e18ec2d3435f1ca4db0ccbc2bd3d17eb92a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to