summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74cc40cc5b40..d4fe2f738c65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Wed Feb 22 11:06:28 UTC 2017
pkgbase = kompose-bin
pkgdesc = Takes a Docker Compose file and translates it into Kubernetes resources
- pkgver = 0.2.0
+ pkgver = 0.4.0
pkgrel = 1
url = http://kompose.io/
arch = x86_64
license = Apache
- source_x86_64 = https://github.com/kubernetes-incubator/kompose/releases/download/v0.2.0/kompose-linux-amd64
- md5sums_x86_64 = 8e4e426de6efdd4731a49375ee5e25a6
+ source_x86_64 = https://github.com/kubernetes-incubator/kompose/releases/download/v0.4.0/kompose-linux-amd64
+ md5sums_x86_64 = fec1216a0f022b8a205b1ef499b6b3a6
pkgname = kompose-bin
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"
}