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 cf4a62b160ea..dca873dcbcef 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 = 1.4.0
+ pkgver = 1.6.0
pkgrel = 1
url = http://kompose.io/
arch = x86_64
license = Apache
- source_x86_64 = kompose-1.4.0.tar.gz::https://github.com/kubernetes-incubator/kompose/releases/download/v1.4.0/kompose-linux-amd64.tar.gz
- sha256sums_x86_64 = 0647a04230a1ff1bdaec9e9cb42eaf822626b38eee5d33455971dbc6b0a3e048
+ source_x86_64 = kompose-1.6.0.tar.gz::https://github.com/kubernetes-incubator/kompose/releases/download/v1.6.0/kompose-linux-amd64.tar.gz
+ sha256sums_x86_64 = 0e48b92c124edf2d1dfbb604f2a13e475e1f284b1e84030a3526cf844cd9573d
pkgname = kompose-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0bcdec838355..c86b259bcc69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kompose-bin
_srcname=kompose
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="Takes a Docker Compose file and translates it into Kubernetes resources"
url="http://kompose.io/"
@@ -11,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")
-sha256sums_x86_64=('0647a04230a1ff1bdaec9e9cb42eaf822626b38eee5d33455971dbc6b0a3e048')
+sha256sums_x86_64=('0e48b92c124edf2d1dfbb604f2a13e475e1f284b1e84030a3526cf844cd9573d')
package() {