vault2env v2.2.1

This commit is contained in:
Luzifer.io Jenkins 2023-05-08 19:37:09 +00:00
parent 837c3b563c
commit e7e3dbf473
2 changed files with 5 additions and 5 deletions

View file

@ -1,13 +1,13 @@
pkgbase = vault2env
pkgdesc = Small utility to transfer fields of a key in Vault into the environment
pkgver = 2.2.0
pkgver = 2.2.1
pkgrel = 1
url = https://github.com/Luzifer/vault2env
arch = i686
arch = x86_64
license = Apache
makedepends = go
source = vault2env-2.2.0.tar.gz::https://github.com/Luzifer/vault2env/archive/v2.2.0.tar.gz
sha512sums = 647daca87c2a48c3606ad77fb543505bcf6a015387b64cd408c4fa9c3c3f83264446829a612fdc4e3f1c33d190e7900a8835ec6f53a2e1eead9f9e23abc701ec
source = vault2env-2.2.1.tar.gz::https://github.com/Luzifer/vault2env/archive/v2.2.1.tar.gz
sha512sums = f9e1e75ed436f2bf48b27726cdb1989963d7d8d220c626922ba642df73c7111469fe9286ee3a2ede6dcf56c70085b70abd0f37358b5b98fd985dfa47b39dabaf
pkgname = vault2env

View file

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