[arch-commits] Commit in kube-linter/repos/community-x86_64 (PKGBUILD PKGBUILD)
Kpcyrd
kpcyrd at archlinux.org
Wed May 19 20:48:20 UTC 2021
Date: Wednesday, May 19, 2021 @ 20:48:19
Author: kpcyrd
Revision: 936835
archrelease: copy trunk to community-x86_64
Added:
kube-linter/repos/community-x86_64/PKGBUILD
(from rev 936834, kube-linter/trunk/PKGBUILD)
Deleted:
kube-linter/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-19 20:48:07 UTC (rev 936834)
+++ PKGBUILD 2021-05-19 20:48:19 UTC (rev 936835)
@@ -1,31 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=kube-linter
-pkgver=0.2.1
-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=('36c46240057730941457012898daaa19df8242a0634fb345e61681d7f9ff6132799653c9ee55371dd10298239610cd399487128e7d8dbe73e373ae64f4bcbfc6')
-b2sums=('974a4bab3878804f27c7b08b55d27efa65687f86269440627d1916128c98d88eda82c422f99f94f1094efe6eaa3ba4d19467f9278f7925fc7ef9c4a1e4cdc7ca')
-
-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 936834, kube-linter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-19 20:48:19 UTC (rev 936835)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=kube-linter
+pkgver=0.2.2
+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=('96a70d6144bbf407e36f4a00380312a81745c6157c0adbf3be0d83fe5b8f388b0913c078c48e73d1c452c0fbefafb6aa1ad6f0e6a30132913ca7dc8a9690ac3c')
+b2sums=('7a1ff91c4c1c460c062bfc58b8ff9dbec34e532ded0cb7d2c1cf3275294ac00993df0bd6b4ed4b2e6fcec8a523b0148ffc0ac7fa985bd299d9ddfe51382ce760')
+
+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