summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4fe2f738c65..38b29cd557ba 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.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = http://kompose.io/
arch = x86_64
license = Apache
- source_x86_64 = https://github.com/kubernetes-incubator/kompose/releases/download/v0.4.0/kompose-linux-amd64
- md5sums_x86_64 = fec1216a0f022b8a205b1ef499b6b3a6
+ source_x86_64 = https://github.com/kubernetes-incubator/kompose/releases/download/v0.5.0/kompose-linux-amd64
+ md5sums_x86_64 = b9834d18f2bed1db7e00c8b4d0f4ca6b
pkgname = kompose-bin
diff --git a/PKGBUILD b/PKGBUILD
index a4e21666cd34..3762c4a63b62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kompose-bin
_srcname=kompose
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="Takes a Docker Compose file and translates it into Kubernetes resources"
url="http://kompose.io/"
@@ -11,7 +11,7 @@ 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=('fec1216a0f022b8a205b1ef499b6b3a6')
+md5sums_x86_64=('b9834d18f2bed1db7e00c8b4d0f4ca6b')
package() {
install -Dm755 "$srcdir/$_srcname-$_arch" "$pkgdir/usr/bin/kompose"