summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Kral2021-12-09 12:33:18 +0100
committerTomas Kral2021-12-09 12:33:18 +0100
commitba360b4ab19a92f9cc6d0114ad7a4d9ac8778a74 (patch)
treeafa2a78d66b0d820079afebbc152ef8b2f470eee
parentda50edd8e7b9ea74fa6b355c367f926c9fc7b5f3 (diff)
downloadaur-kompose-bin.tar.gz
v1.26.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 869ce5a2be6a..1f55a06fec86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = kompose-bin
pkgdesc = Takes a Docker Compose file and translates it into Kubernetes resources
- pkgver = 1.24.0
+ pkgver = 1.26.0
pkgrel = 1
url = http://kompose.io/
arch = x86_64
license = Apache
- source_x86_64 = kompose-1.24.0.tar.gz::https://github.com/kubernetes/kompose/releases/download/v1.24.0/kompose-linux-amd64.tar.gz
- sha256sums_x86_64 = 88cac7b503cce5a4f83d3ac7690311307bc62a380e29b22a6557581c2b4c6d4d
+ source_x86_64 = kompose-1.26.0.tar.gz::https://github.com/kubernetes/kompose/releases/download/v1.26.0/kompose-linux-amd64.tar.gz
+ sha256sums_x86_64 = ee2d8e15b0887b22fb4e0ac59db9d787d7670d4c424d7765c85ab1595f840674
pkgname = kompose-bin
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}