vault2env v2.2.2

This commit is contained in:
Luzifer.io Jenkins 2023-10-14 22:37:11 +00:00
parent e7e3dbf473
commit 1ca90776c8
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.2.1 pkgver = 2.2.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.2.1.tar.gz::https://github.com/Luzifer/vault2env/archive/v2.2.1.tar.gz source = vault2env-2.2.2.tar.gz::https://github.com/Luzifer/vault2env/archive/v2.2.2.tar.gz
sha512sums = f9e1e75ed436f2bf48b27726cdb1989963d7d8d220c626922ba642df73c7111469fe9286ee3a2ede6dcf56c70085b70abd0f37358b5b98fd985dfa47b39dabaf sha512sums = fa63e01336771de168097c056728ed6a7a1b7e1cd8263952b78d530bf0d975690df2e7082e1cb8070bea1577368ce9c0c431af63adf744ed6c2022a7f51dadde
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.2.1 pkgver=2.2.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=('f9e1e75ed436f2bf48b27726cdb1989963d7d8d220c626922ba642df73c7111469fe9286ee3a2ede6dcf56c70085b70abd0f37358b5b98fd985dfa47b39dabaf') sha512sums=('fa63e01336771de168097c056728ed6a7a1b7e1cd8263952b78d530bf0d975690df2e7082e1cb8070bea1577368ce9c0c431af63adf744ed6c2022a7f51dadde')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"