Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages / vals
Commits: bc63da99 by Christian Rebischke at 2025-05-30T22:39:39+02:00 upgpkg: 0.41.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = vals pkgdesc = Helm-like configuration values loader with support for various sources - pkgver = 0.39.3 + pkgver = 0.41.0 pkgrel = 1 url = https://github.com/variantdev/vals arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = vals makedepends = go depends = glibc options = !lto - source = vals-0.39.3.tar.gz::https://github.com/variantdev/vals/archive/v0.39.3.tar.gz - sha512sums = fb4ab38bfa52b5dce64f108266ac254415a72516249c3e6c931c03a3aff397da1c4b67db074cfe25669ef66cb2878969e4f595771ffc033647aafc4232d69226 + source = vals-0.41.0.tar.gz::https://github.com/variantdev/vals/archive/v0.41.0.tar.gz + sha512sums = 40e50c00af035558a29d0267724302089daa6756a839ba95a145d86fbbc37f709449e698b640919cf8e6e143fca655d59527310bf43351e0396b2793da20edda pkgname = vals ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Christian Rebischke <chris.rebisc...@archlinux.org> pkgname=vals -pkgver=0.39.3 +pkgver=0.41.0 pkgrel=1 pkgdesc="Helm-like configuration values loader with support for various sources" arch=('x86_64') @@ -10,7 +10,7 @@ license=('Apache-2.0') makedepends=('go') depends=('glibc') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/variantdev/vals/archive/v${pkgver}.tar.gz") -sha512sums=('fb4ab38bfa52b5dce64f108266ac254415a72516249c3e6c931c03a3aff397da1c4b67db074cfe25669ef66cb2878969e4f595771ffc033647aafc4232d69226') +sha512sums=('40e50c00af035558a29d0267724302089daa6756a839ba95a145d86fbbc37f709449e698b640919cf8e6e143fca655d59527310bf43351e0396b2793da20edda') options=(!lto) prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vals/-/commit/bc63da99f960060af37dc45bcf3608c094cebb45 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vals/-/commit/bc63da99f960060af37dc45bcf3608c094cebb45 You're receiving this email because of your account on gitlab.archlinux.org.