vault2env v2.3.2

This commit is contained in:
Luzifer.io Jenkins 2024-12-12 11:38:15 +00:00
parent e54f47f3c8
commit 8356b3d53d
2 changed files with 5 additions and 5 deletions

View file

@ -1,13 +1,13 @@
pkgbase = vault2env pkgbase = vault2env
pkgdesc = Small utility to transfer fields of a key in Vault into the environment pkgdesc = Small utility to transfer fields of a key in Vault into the environment
pkgver = 2.3.1 pkgver = 2.3.2
pkgrel = 1 pkgrel = 1
url = https://github.com/Luzifer/vault2env url = https://github.com/Luzifer/vault2env
arch = i686 arch = i686
arch = x86_64 arch = x86_64
license = Apache license = Apache
makedepends = go makedepends = go
source = vault2env-2.3.1.tar.gz::https://github.com/Luzifer/vault2env/archive/v2.3.1.tar.gz source = vault2env-2.3.2.tar.gz::https://github.com/Luzifer/vault2env/archive/v2.3.2.tar.gz
sha512sums = d87c1180fc3e1d2296b8fc911d2302caacf53fef9edcf905688566a9d38771dd3c2fa7df9e575fd1c18fd44d4d091a4da56f8e589550a4a666ae9a05a5a29c5e sha512sums = e429e95b77f6d886b4eceea3a89ccc094bd3460f4c9d2f926e598b77beddb3dba90d6327806ee686220cacca74bf645c0b37e250508b7e2b79cfe54bff64ffca
pkgname = vault2env pkgname = vault2env

View file

@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers <knut at ahlers dot me> # Maintainer: Knut Ahlers <knut at ahlers dot me>
pkgname=vault2env pkgname=vault2env
pkgver=2.3.1 pkgver=2.3.2
pkgrel=1 pkgrel=1
pkgdesc="Small utility to transfer fields of a key in Vault into the environment" pkgdesc="Small utility to transfer fields of a key in Vault into the environment"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -9,7 +9,7 @@ url="https://github.com/Luzifer/$pkgname"
license=('Apache') license=('Apache')
makedepends=('go') makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha512sums=('d87c1180fc3e1d2296b8fc911d2302caacf53fef9edcf905688566a9d38771dd3c2fa7df9e575fd1c18fd44d4d091a4da56f8e589550a4a666ae9a05a5a29c5e') sha512sums=('e429e95b77f6d886b4eceea3a89ccc094bd3460f4c9d2f926e598b77beddb3dba90d6327806ee686220cacca74bf645c0b37e250508b7e2b79cfe54bff64ffca')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"