aws-vault: update to 7.2.0.

This commit is contained in:
Josh Klar 2023-05-26 09:46:23 -07:00 committed by classabbyamp
parent 810557f5dd
commit a108e61121

View file

@ -1,16 +1,16 @@
# Template file for 'aws-vault' # Template file for 'aws-vault'
pkgname=aws-vault pkgname=aws-vault
version=6.3.1 version=7.2.0
revision=3 revision=1
build_style=go build_style=go
go_import_path=github.com/99designs/aws-vault/v6 go_import_path=github.com/99designs/aws-vault/v7
go_ldflags="-X main.Version=${version}" go_ldflags="-X main.Version=${version}"
short_desc="Vault for securely storing and accessing AWS credentials" short_desc="Vault for securely storing and accessing AWS credentials"
maintainer="klardotsh <josh@klar.sh>" maintainer="klardotsh <josh@klar.sh>"
license="MIT" license="MIT"
homepage="https://github.com/99designs/aws-vault" homepage="https://github.com/99designs/aws-vault"
distfiles="https://github.com/99designs/aws-vault/archive/v${version}.tar.gz" distfiles="https://github.com/99designs/aws-vault/archive/v${version}.tar.gz"
checksum=433df90b7ed1cf1ec08aa75a4f1f993edfe5fa3fecfff5519574613ab0ab4630 checksum=3f2f1d0ec06eb0873f9b96b59dc70f9fcc832dc97b927af3dbab6cdc87477b0e
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE