Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
helm
Commits:
102ab60f by Morten Linderud at 2024-02-06T20:02:57+01:00
upgpkg: 3.14.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = helm
pkgdesc = The Kubernetes Package Manager
- pkgver = 3.13.3
+ pkgver = 3.14.0
pkgrel = 1
url = https://github.com/helm/helm
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = go
makedepends = git
depends = glibc
options = !lto
- source = git+https://github.com/helm/helm.git#tag=v3.13.3?signed
+ source = git+https://github.com/helm/helm.git#tag=v3.14.0?signed
validpgpkeys = 672C657BE06B4B30969C4A57461449C25E36B98E
validpgpkeys = CABAA8D44DFACA14791FBE9892C44A3D421FF7F9
validpgpkeys = 967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B
=====================================
PKGBUILD
=====================================
@@ -5,12 +5,12 @@
# Contributor: Matthias Lisin <[email protected]>
pkgname=helm
-pkgver=3.13.3
+pkgver=3.14.0
pkgrel=1
pkgdesc="The Kubernetes Package Manager"
arch=("x86_64")
url="https://github.com/helm/helm"
-license=("Apache")
+license=("Apache-2.0")
depends=('glibc')
makedepends=("go" "git")
options=("!lto")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/helm/-/commit/102ab60fbc35803e9e22f871879555eebbcd1d93
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/helm/-/commit/102ab60fbc35803e9e22f871879555eebbcd1d93
You're receiving this email because of your account on gitlab.archlinux.org.