summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomas Kral2017-06-07 12:28:44 +0200
committerTomas Kral2017-06-07 12:28:44 +0200
commitfdb109b09c8c499322cf0b206d5cd722b432c9b5 (patch)
tree6f65130a438073111e20b03e54e34e9434b55552 /PKGBUILD
parent04db660e1e06c4d3d84b62b9ab2c81dcb75bc8bc (diff)
downloadaur-fdb109b09c8c499322cf0b206d5cd722b432c9b5.tar.gz
v0.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d02d655e4cc7..76dd73817814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kompose-bin
_srcname=kompose
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="Takes a Docker Compose file and translates it into Kubernetes resources"
url="http://kompose.io/"
@@ -11,7 +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.tar.gz")
-md5sums_x86_64=('9ae609085667e6bc2ba1a4eed33b2e69')
+md5sums_x86_64=('b56153e9fd6cf5895c1a96f0c83e8320')
+
package() {
install -Dm755 "$srcdir/$_srcname-$_arch" "$pkgdir/usr/bin/kompose"