From 531d6331f44bc284576221caa00dcb8bd4e226c2 Mon Sep 17 00:00:00 2001 From: Anshul Sirur Date: Tue, 5 Jan 2021 15:53:45 +0100 Subject: [PATCH] aws-vault: update go_import_path Go package name has changed to github.com/99designs/aws-vault/v6 --- srcpkgs/aws-vault/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aws-vault/template b/srcpkgs/aws-vault/template index 3746480dad8..cdb99ac57ec 100644 --- a/srcpkgs/aws-vault/template +++ b/srcpkgs/aws-vault/template @@ -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 "