summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomas Kral2017-10-10 09:37:09 +0200
committerTomas Kral2017-10-10 09:37:09 +0200
commit4186410a9231836bba17fcedf0fb7a8135e45e57 (patch)
tree80734e0577f33f5e89cf15f2e1f1e08b58405d9e /PKGBUILD
parent6a5b0a1116d3c32e0d18c01b094ae13d216ebb5b (diff)
downloadaur-4186410a9231836bba17fcedf0fb7a8135e45e57.tar.gz
v1.2.0 & use sha256 hash
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() {