Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages 
/ kompose


Commits:
7c4c1405 by Christian Rebischke at 2024-04-07T21:29:10+02:00
upgpkg: 1.32.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = kompose
        pkgdesc = Docker compose to Kubernetes transformation tool
-       pkgver = 1.31.2
+       pkgver = 1.32.0
        pkgrel = 1
        url = https://github.com/kubernetes/kompose
        arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = kompose
        makedepends = jq
        depends = glibc
        options = !lto
-       source = 
kompose-1.31.2.tar.gz::https://github.com/kubernetes/kompose/archive/v1.31.2.tar.gz
-       sha512sums = 
44d08269d2c65b4452a5319e8339721fb4c355ea18982b4b0b942511982da9a9d20982f4247499c98ff787496f8ed5c47312f7662065059d8de5fc8380c1d109
+       source = 
kompose-1.32.0.tar.gz::https://github.com/kubernetes/kompose/archive/v1.32.0.tar.gz
+       sha512sums = 
cb5deb689e6cc97ebc6beba9e35b1a546bd497e19668131958971b7479773ded82ea01b656c182cd0ab6b843b9ced6b1ee50bba7eedae66a468fd8b57764a756
 
 pkgname = kompose


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke <[email protected]>
 
 pkgname=kompose
-pkgver=1.31.2
+pkgver=1.32.0
 pkgrel=1
 pkgdesc="Docker compose to Kubernetes transformation tool"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
 makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz";)
-sha512sums=('44d08269d2c65b4452a5319e8339721fb4c355ea18982b4b0b942511982da9a9d20982f4247499c98ff787496f8ed5c47312f7662065059d8de5fc8380c1d109')
+sha512sums=('cb5deb689e6cc97ebc6beba9e35b1a546bd497e19668131958971b7479773ded82ea01b656c182cd0ab6b843b9ced6b1ee50bba7eedae66a468fd8b57764a756')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kompose/-/commit/7c4c14052d7292a084ce12df82821e60a54c291d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kompose/-/commit/7c4c14052d7292a084ce12df82821e60a54c291d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to