From 7306ea7739f80925502d0afedcd294bb8470f7f2 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Tue, 27 Oct 2020 18:18:17 +0900 Subject: [PATCH] go-bindata: update to 3.1.3 and switch to the latest upstream url Signed-off-by: Sora Morimoto --- srcpkgs/go-bindata/template | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/srcpkgs/go-bindata/template b/srcpkgs/go-bindata/template index fefc747838be5f..98327f63e85d94 100644 --- a/srcpkgs/go-bindata/template +++ b/srcpkgs/go-bindata/template @@ -1,15 +1,16 @@ # Template file for 'go-bindata' pkgname=go-bindata -version=3.0.7.20151023 -revision=12 -_commit=a0ff2567cfb70903282db057e799fd826784d41d -wrksrc="$pkgname-$_commit" +version=3.1.3 +revision=1 build_style=go -short_desc="A small utility which generates Go code from any file" +go_import_path="github.com/go-bindata/go-bindata" +short_desc="Turn data file into go code" maintainer="Andrea Brancaleoni " license="Public Domain" -go_import_path="github.com/jteeuwen/go-bindata" -go_package="${go_import_path}/go-bindata" -homepage="https://$go_import_path" -distfiles="$homepage/archive/$_commit.tar.gz" -checksum=65cf65ac422fb8072abfaabec86c20a74e448a93b489e896a36642e7049f5d32 +homepage="https://github.com/go-bindata/go-bindata" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=c9115e60995ecba15568c9f8052e77764f2b87b7b362cafd900cfc9829cba7e8 + +post_install() { + vlicense LICENSE +}