summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Weald2018-04-19 11:29:57 +0100
committerSimon Weald2018-04-19 11:29:57 +0100
commitace66cf1b395c610c6adf65214ac674817f434d9 (patch)
tree3b9aea886cabfbc93b5ca4ca913cad0a9e21d799
parentb31502c3144f069e6197ae3a058b848df32bf1a4 (diff)
downloadaur-ace66cf1b395c610c6adf65214ac674817f434d9.tar.gz
bump package version to 1.12 and change source to match new releases download location
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dca873dcbcef..b66baf749035 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Thu Apr 19 10:29:10 UTC 2018
pkgbase = kompose-bin
pkgdesc = Takes a Docker Compose file and translates it into Kubernetes resources
- pkgver = 1.6.0
+ pkgver = 1.12.0
pkgrel = 1
url = http://kompose.io/
arch = x86_64
license = Apache
- 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
+ source_x86_64 = kompose-1.12.0.tar.gz::https://github.com/kubernetes/kompose/releases/download/v1.12.0/kompose-linux-amd64.tar.gz
+ sha256sums_x86_64 = ab5672ec6de1d359e416e40a7215fb8a726413a64a9779faf73dec678f14ba79
pkgname = kompose-bin
diff --git a/PKGBUILD b/PKGBUILD
index c86b259bcc69..a0662ff52e48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=kompose-bin
_srcname=kompose
-pkgver=1.6.0
+pkgver=1.12.0
pkgrel=1
pkgdesc="Takes a Docker Compose file and translates it into Kubernetes resources"
url="http://kompose.io/"
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=('0e48b92c124edf2d1dfbb604f2a13e475e1f284b1e84030a3526cf844cd9573d')
+source_x86_64=("$_srcname-$pkgver.tar.gz::https://github.com/kubernetes/kompose/releases/download/v$pkgver/kompose-linux-amd64.tar.gz")
+sha256sums_x86_64=('ab5672ec6de1d359e416e40a7215fb8a726413a64a9779faf73dec678f14ba79')
package() {