Date: Monday, January 24, 2022 @ 22:07:12 Author: foxboron Revision: 1114896
upgpkg: helm 3.8.0-1 Modified: helm/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-24 21:58:44 UTC (rev 1114895) +++ PKGBUILD 2022-01-24 22:07:12 UTC (rev 1114896) @@ -5,7 +5,7 @@ # Contributor: Matthias Lisin <[email protected]> pkgname=helm -pkgver=3.7.2 +pkgver=3.8.0 pkgrel=1 pkgdesc="The Kubernetes Package Manager" arch=("x86_64") @@ -13,7 +13,8 @@ license=("Apache") depends=('glibc') makedepends=("go" "git") -_commit=663a896f4a815053445eec4153677ddc24a0a361 #refs/tags/v3.7.2^{} +options=("!lto") +_commit=d14138609b01886f544b2025f5000351c9eb092e #refs/tags/v3.8.0^{} source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed") #source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed") validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
