summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Weald2020-03-15 19:17:51 +0000
committerSimon Weald2020-03-15 19:17:51 +0000
commit32da816f204b777a9590937557b19b680ff26242 (patch)
treeb24dd8781b0c6159eeca64aec14ce5f2c2b6c303 /PKGBUILD
parent1fcd20ecd454be3cb9d5f95aca26699bc51cc469 (diff)
downloadaur-32da816f204b777a9590937557b19b680ff26242.tar.gz
bump to 1.21.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e51037627747..9e83b5c92b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,14 @@
pkgname=kompose-bin
_srcname=kompose
-pkgver=1.20.0
+pkgver=1.21.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/kompose/releases/download/v$pkgver/kompose-linux-amd64.tar.gz")
-sha256sums_x86_64=('66b8785fec6113a36d120c5b171bbef9346e7d801b712a9e2d12e15f3e4b9741')
-
+sha256sums_x86_64=('88cac7b503cce5a4f83d3ac7690311307bc62a380e29b22a6557581c2b4c6d4d')
package() {
cd ${srcdir}