[arch-commits] Commit in kube-linter/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kpcyrd kpcyrd at gemini.archlinux.org
Wed Aug 25 17:35:06 UTC 2021


    Date: Wednesday, August 25, 2021 @ 17:35:06
  Author: kpcyrd
Revision: 1004860

archrelease: copy trunk to community-x86_64

Added:
  kube-linter/repos/community-x86_64/PKGBUILD
    (from rev 1004859, 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-08-25 17:34:52 UTC (rev 1004859)
+++ PKGBUILD	2021-08-25 17:35:06 UTC (rev 1004860)
@@ -1,31 +0,0 @@
-# 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:

Copied: kube-linter/repos/community-x86_64/PKGBUILD (from rev 1004859, kube-linter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-25 17:35:06 UTC (rev 1004860)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=kube-linter
+pkgver=0.2.3
+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=('d9c9dfc3eeb409faf5a7f8b27d87fd95ea2f6921740ee1b6fab71bace6c808688a5162f99b6339c1b767a1bea274f10db9658a00901b90c1d08d711e49e32e23')
+b2sums=('46e1f5168da525763ebc94803a15631b70a36f2fbc1d0edd8e58881d1c80d22d34239cc024c3594e6f4d7f6a79e5e38be30d71d45e3abbd4d1de243e7fe93db2')
+
+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