From 95f220e31c0087c3c4feb693c9adeb3438983759 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Wed, 13 Jan 2016 21:53:25 +0100 Subject: [PATCH] go-ipfs: revbump to build with Go 1.5.3 --- srcpkgs/go-ipfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index fa55550525b..2061934c39e 100644 --- a/srcpkgs/go-ipfs/template +++ b/srcpkgs/go-ipfs/template @@ -1,7 +1,7 @@ # Template file for 'go-ipfs' pkgname=go-ipfs version=0.3.11 -revision=1 +revision=2 build_style=go go_import_path="github.com/ipfs/${pkgname}" go_package="${go_import_path}/cmd/ipfs"