summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38b29cd557ba..578b8fd13d51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kompose-bin
pkgdesc = Takes a Docker Compose file and translates it into Kubernetes resources
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = http://kompose.io/
arch = x86_64
license = Apache
- source_x86_64 = https://github.com/kubernetes-incubator/kompose/releases/download/v0.5.0/kompose-linux-amd64
- md5sums_x86_64 = b9834d18f2bed1db7e00c8b4d0f4ca6b
+ source_x86_64 = https://github.com/kubernetes-incubator/kompose/releases/download/v0.6.0/kompose-linux-amd64.tar.gz
+ md5sums_x86_64 = 9ae609085667e6bc2ba1a4eed33b2e69
pkgname = kompose-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3762c4a63b62..d02d655e4cc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kompose-bin
_srcname=kompose
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="Takes a Docker Compose file and translates it into Kubernetes resources"
url="http://kompose.io/"
@@ -10,8 +10,8 @@ license=('Apache')
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=('b9834d18f2bed1db7e00c8b4d0f4ca6b')
+source_x86_64=("https://github.com/kubernetes-incubator/kompose/releases/download/v$pkgver/kompose-linux-amd64.tar.gz")
+md5sums_x86_64=('9ae609085667e6bc2ba1a4eed33b2e69')
package() {
install -Dm755 "$srcdir/$_srcname-$_arch" "$pkgdir/usr/bin/kompose"