summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 743a1c5c08e4..affaac396c01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Simon Weald <simon[at]simonweald[dot]com>
+# Maintainer: Tomas Kral <tomas.kral@gmail.com>
pkgname=kompose-bin
_srcname=kompose
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Takes a Docker Compose file and translates it into Kubernetes resources"
url="http://kompose.io/"
@@ -10,7 +11,7 @@ license=('Apache')
arch=('x86_64')
source_x86_64=("$_srcname-$pkgver.tar.gz::https://github.com/kubernetes-incubator/kompose/releases/download/v$pkgver/kompose-linux-amd64.tar.gz")
-md5sums_x86_64=('039a497618022d6530b7cce0a71dca65')
+sha256sums_x86_64=('ee6b64e3bae4ea39c218e0c111a8f5c54214f5024340ac925c2f4d7a42b3728c')
package() {