From bcde65e4072a205d574dff6040c7c2b677d724cb Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Thu, 29 Jun 2017 05:31:58 -0700 Subject: [PATCH] go-ipfs: update to 0.4.10. Closes: #6900 [via git-merge-pr] --- srcpkgs/go-ipfs/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index db8fa5b3b66..a5cc70ce9a5 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.4.9 -revision=2 +version=0.4.10 +revision=1 create_wrksrc=yes build_wrksrc=${pkgname}-${version} build_style=go @@ -14,8 +14,8 @@ license="MIT" homepage="https://ipfs.io" distfiles="https://${go_import_path}/archive/v${version}.tar.gz http://the-brannons.com/ipfs-gx-deps-${version}.tar.xz" -checksum="922d88170d203b7f644b3cd1df50fb212c9a3f7062411ad2d17335f191ee69d8 - dae7bad8f0ac7e904dbd050b3b091aa1fe9926384bc88cd7839efae47b721698" +checksum="d996f04b86c933626f71c00ba23f87e807d932899625703d7f0cf43133027e4d + 526c1bd024f77e7100ca8cc43fb9f347cc053dcddb6917c2e4f5cdf854ae8678" do_build() { local path="${GOPATH}/src/${go_import_path}"