summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomas Kral2017-03-23 16:28:02 +0100
committerTomas Kral2017-03-23 16:28:02 +0100
commit1bae737e6cf9854a4aaca49ea522ae5aafd39c19 (patch)
tree7707670c81993e987b929f5404ae1725d2f58957 /PKGBUILD
parent6f31956baf5840be63badb491ba5c48b32322794 (diff)
downloadaur-1bae737e6cf9854a4aaca49ea522ae5aafd39c19.tar.gz
update to v0.4.0, rename binary to kompose
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cdab296165e..a4e21666cd34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kompose-bin
_srcname=kompose
-pkgver=0.2.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="Takes a Docker Compose file and translates it into Kubernetes resources"
url="http://kompose.io/"
@@ -11,8 +11,8 @@ arch=('x86_64')
[ "$CARCH" = 'x86_64' ] && _arch='linux-amd64'
source_x86_64=("https://github.com/kubernetes-incubator/kompose/releases/download/v$pkgver/kompose-linux-amd64")
-md5sums_x86_64=('8e4e426de6efdd4731a49375ee5e25a6')
+md5sums_x86_64=('fec1216a0f022b8a205b1ef499b6b3a6')
package() {
- install -Dm755 "$srcdir/$_srcname-$_arch" "$pkgdir/usr/bin/$pkgname"
+ install -Dm755 "$srcdir/$_srcname-$_arch" "$pkgdir/usr/bin/kompose"
}