aws-vault: update go_import_path
Go package name has changed to github.com/99designs/aws-vault/v6
This commit is contained in:
parent
49e78824d0
commit
a0fab16473
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'aws-vault'
|
||||
pkgname=aws-vault
|
||||
version=6.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path=github.com/99designs/aws-vault
|
||||
go_import_path=github.com/99designs/aws-vault/v6
|
||||
go_ldflags="-X \"main.Version=${version}\" -s -w"
|
||||
short_desc="Vault for securely storing and accessing AWS credentials"
|
||||
maintainer="klardotsh <josh@klar.sh>"
|
||||
|
|
Loading…
Reference in New Issue