[arch-commits] Commit in kube-linter/repos/community-x86_64 (PKGBUILD PKGBUILD)
Kpcyrd
kpcyrd at gemini.archlinux.org
Wed Jan 19 11:10:25 UTC 2022
Date: Wednesday, January 19, 2022 @ 11:10:25
Author: kpcyrd
Revision: 1110476
archrelease: copy trunk to community-x86_64
Added:
kube-linter/repos/community-x86_64/PKGBUILD
(from rev 1110475, 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-01-19 11:10:08 UTC (rev 1110475)
+++ PKGBUILD 2022-01-19 11:10:25 UTC (rev 1110476)
@@ -1,31 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=kube-linter
-pkgver=0.2.4
-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=('5160a29bd401bce0e5bf3678a4d74b4e8d4af6e2918126e18078cc01da8e8fd8b749ffdb9128df06bef47b5fab68743889183ceb7917397d12877417a8ec6bee')
-b2sums=('6d97fcaa045f49121dda5d2b3cb9b8b7f1e7a343ebc8c558bf261829a4f6cd0a45ff7fa245ebeeba62da00e5ff5bdf78f02d9a17ae46f930c239b4a3b2685be0')
-
-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 1110475, kube-linter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-19 11:10:25 UTC (rev 1110476)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=kube-linter
+pkgver=0.2.5
+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=('37e75cfaa404397678bc86c95a5e9205603b6ed677ff4f97c3508db604466040c275b4127bdaf09306f212096dc1434f50a4cb51bfa01874a7fd9cb2102566e4')
+b2sums=('ad879a50ab7bb31279cb241b6d3f71d5f94113e2a85de77a42450a29b04b2d7683e9ed2cd56b3ab147febc62109e11e948964f5f3fc302342dcbe8c55e6d317c')
+
+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