kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / kube-linter
Commits:
4455baf0 by kpcyrd at 2025-12-18T17:44:33+01:00
upgpkg: 0.8.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.7.6
- pkgrel = 2
+ pkgver = 0.8.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.7.6/kube-linter-0.7.6.tar.gz
- sha256sums =
f85eaae3b622725ef95ee01be4fc9236c09656775935a6b26a21d2dc3daf6af1
- b2sums =
6f5fb2b5a63017a70cc06e2b06c831b3b3afa7c02e5f7ca3bfba896d245b48eb60930adb74b175f1ec9b418e49bbc9bc0e99839e34415c1a7d1675532e13cd4f
+ source =
https://github.com/stackrox/kube-linter/archive/v0.8.0/kube-linter-0.8.0.tar.gz
+ sha256sums =
0d67ce0bf15203abdf6193590b21924a988ed406ea6221bd83a08d67405ffb04
+ b2sums =
c6c312dbc88cd9a549ccf987ecfec285c6ed7e151691d35260a83c2c6305b33e2facbc384ccaeadc6a5934aefefbe2810369e4dedae62d877beb44b318acc022
pkgname = kube-linter
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
pkgname=kube-linter
-pkgver=0.7.6
-pkgrel=2
+pkgver=0.8.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')
@@ -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=('f85eaae3b622725ef95ee01be4fc9236c09656775935a6b26a21d2dc3daf6af1')
-b2sums=('6f5fb2b5a63017a70cc06e2b06c831b3b3afa7c02e5f7ca3bfba896d245b48eb60930adb74b175f1ec9b418e49bbc9bc0e99839e34415c1a7d1675532e13cd4f')
+sha256sums=('0d67ce0bf15203abdf6193590b21924a988ed406ea6221bd83a08d67405ffb04')
+b2sums=('c6c312dbc88cd9a549ccf987ecfec285c6ed7e151691d35260a83c2c6305b33e2facbc384ccaeadc6a5934aefefbe2810369e4dedae62d877beb44b318acc022')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kube-linter/-/commit/4455baf04736a920c20fa9bd5c5f15eb9f49bf4d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kube-linter/-/commit/4455baf04736a920c20fa9bd5c5f15eb9f49bf4d
You're receiving this email because of your account on gitlab.archlinux.org.