[arch-commits] Commit in kube-linter/repos/community-x86_64 (PKGBUILD PKGBUILD)
Kpcyrd
kpcyrd at gemini.archlinux.org
Fri May 13 19:14:25 UTC 2022
Date: Friday, May 13, 2022 @ 19:14:24
Author: kpcyrd
Revision: 1203005
archrelease: copy trunk to community-x86_64
Added:
kube-linter/repos/community-x86_64/PKGBUILD
(from rev 1203004, kube-linter/trunk/PKGBUILD)
Deleted:
kube-linter/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-13 19:14:11 UTC (rev 1203004)
+++ PKGBUILD 2022-05-13 19:14:24 UTC (rev 1203005)
@@ -1,31 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=kube-linter
-pkgver=0.2.6
-pkgrel=2
-pkgdesc='Static analysis tool that checks Kubernetes YAML files and Helm charts'
-url='https://github.com/stackrox/kube-linter'
-arch=('x86_64')
-license=('Apache')
-makedepends=('go')
-source=(https://github.com/stackrox/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3c59f8fad572d7d6f38d6885c876995811a61690b3f2d8626ec13036fb462bf1db03df6530ecd21f55c271f3fc97dd2604dd09215291e42eaccfac2f6809d2f0')
-b2sums=('5bfe7eab8658a469f0952c817d14fa1800c7672e54f4a07ac28bc8472399443241cf36d34a07f0072eaf9c9ab6598d7fe82969f49d40cdaa12325d7fed6b425c')
-
-build() {
- cd ${pkgname}-${pkgver}
- go build \
- -trimpath \
- -buildmode=pie \
- -mod=readonly \
- -modcacherw \
- -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
- ./cmd/kube-linter
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- install -Dm 755 kube-linter -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:
Copied: kube-linter/repos/community-x86_64/PKGBUILD (from rev 1203004, kube-linter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-13 19:14:24 UTC (rev 1203005)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=kube-linter
+pkgver=0.3.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')
+license=('Apache')
+makedepends=('go')
+source=(https://github.com/stackrox/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('bcd8a28eb52902c0b1e248a43ec9ce96afdced554b7198fd7898853d02a88093f72bed038fcc36373250da68bc362e3a89e52e73a5ebe74267000b89bfdc6e6a')
+b2sums=('7cbd904ad2bd8e5b5496c606a3a640e93235907b3422f3e18d022c0be370fbde1ba19766a24f9d13f194066d471cd5449d6d1cf12f0a05d92233676d82c175eb')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ go build \
+ -trimpath \
+ -buildmode=pie \
+ -mod=readonly \
+ -modcacherw \
+ -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+ ./cmd/kube-linter
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ install -Dm 755 kube-linter -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list