From f948e6b968a06af0d1d96fa8247e13fa35a1407f Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 13 Jul 2018 14:41:22 -0300 Subject: [PATCH] go-ipfs: update to 0.4.16. --- srcpkgs/go-ipfs/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index d93da3f866b..71da8a510b6 100644 --- a/srcpkgs/go-ipfs/template +++ b/srcpkgs/go-ipfs/template @@ -1,9 +1,9 @@ # Template file for 'go-ipfs' pkgname=go-ipfs -version=0.4.15 +version=0.4.16 revision=1 create_wrksrc=yes -build_wrksrc=${pkgname}-${version} +build_wrksrc="${pkgname}-${version}" build_style=go hostmakedepends="gx-go" go_import_path="github.com/ipfs/${pkgname}" @@ -14,7 +14,7 @@ maintainer="Christopher Brannon " license="MIT" homepage="https://ipfs.io" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=b7e58e86e6abaf97687a566747376f13d8b5dde8b51033e3ff17f0d7fa8d5232 +checksum=588f84b707150622abb7e31602af3a85a2dd617b8bb2df42ca2623153bf245b4 pre_build() { # Disable the dynamic plugin loader for now; breaks cross.