[arch-commits] Commit in kustomize/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Sep 18 18:59:16 UTC 2020


    Date: Friday, September 18, 2020 @ 18:59:15
  Author: anthraxx
Revision: 710721

upgpkg: kustomize 3.8.3-1

Modified:
  kustomize/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-18 18:51:51 UTC (rev 710720)
+++ PKGBUILD	2020-09-18 18:59:15 UTC (rev 710721)
@@ -2,7 +2,7 @@
 # Maintainer: Daurnimator <daurnimator at archlinux.org>
 
 pkgname=kustomize
-pkgver=3.8.1
+pkgver=3.8.3
 pkgrel=1
 pkgdesc="Template-free customization of Kubernetes YAML manifests"
 arch=('x86_64')
@@ -10,8 +10,8 @@
 license=('Apache')
 makedepends=('go')
 depends=('glibc')
-source=("kustomize-${pkgver}.tar.gz::https://github.com/kubernetes-sigs/kustomize/archive/kustomize/v${pkgver}.tar.gz")
-sha512sums=('715c8e6ce90004c4eadb9d620149391ef2f098f8a1f106d9a58345789b3c79753e63ddfd74fcff1bb2ac3e4e391c450b9dd3cd8a829abc5c20be4e61fa6508f4')
+source=("https://github.com/kubernetes-sigs/kustomize/archive/kustomize/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('3a7450c0036d22438aa8968bfa893e21f0859c3a82477e26499e12bf6abe9714f8693f499e552f25fb80809247514c584c4429fda44adeca913b43eae1834a0c')
 
 build(){
   cd "kustomize-kustomize-v${pkgver}/kustomize"
@@ -43,3 +43,5 @@
 
   install -D kustomize "${pkgdir}/usr/bin/kustomize"
 }
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list