From df10b5f7cdeabb60caa3e9c5f1aed1b2f609a1ce Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Mon, 4 May 2020 17:40:49 -0700 Subject: [PATCH] aws-vault: update to 5.4.3 --- srcpkgs/aws-vault/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aws-vault/template b/srcpkgs/aws-vault/template index ba9003932f..6c347c2bfb 100644 --- a/srcpkgs/aws-vault/template +++ b/srcpkgs/aws-vault/template @@ -1,15 +1,16 @@ # Template file for 'aws-vault' pkgname=aws-vault -version=5.3.2 +version=5.4.3 revision=1 build_style=go go_import_path=github.com/99designs/aws-vault +go_ldflags="-X \"main.Version=${version}\" -s -w" short_desc="Vault for securely storing and accessing AWS credentials" maintainer="klardotsh " license="MIT" homepage="https://github.com/99designs/aws-vault" distfiles="https://github.com/99designs/aws-vault/archive/v${version}${_status}.tar.gz" -checksum=6bca7d1bebf02e72714bfbfa162cbb38a33a48e4ea64dc2829626ff68a407a6a +checksum=2174413fd5ea7eb2f7ee0bbc393667a1044800e108ab6b8300331ec15d9ed01a post_install() { vlicense LICENSE