summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomas Kral2021-12-09 12:33:18 +0100
committerTomas Kral2021-12-09 12:33:18 +0100
commitba360b4ab19a92f9cc6d0114ad7a4d9ac8778a74 (patch)
treeafa2a78d66b0d820079afebbc152ef8b2f470eee /PKGBUILD
parentda50edd8e7b9ea74fa6b355c367f926c9fc7b5f3 (diff)
downloadaur-kompose-bin.tar.gz
v1.26.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f150f06b63c3..3cec8dc92275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=kompose-bin
_srcname=kompose
-pkgver=1.24.0
+pkgver=1.26.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=('4e2f8710d66b175475aba0cae2a290bd93b6678b10191389728ddb05b75d4568')
+sha256sums_x86_64=('ee2d8e15b0887b22fb4e0ac59db9d787d7670d4c424d7765c85ab1595f840674')
package() {
cd ${srcdir}