From dd6b2216f426588ee7e8d6a77026b92bdd78f636 Mon Sep 17 00:00:00 2001 From: Neel Chotai Date: Thu, 30 Apr 2020 03:00:48 +0100 Subject: [PATCH] go-ipfs: update to 0.5.0 --- srcpkgs/go-ipfs/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index 2685a89641a..9678b131f57 100644 --- a/srcpkgs/go-ipfs/template +++ b/srcpkgs/go-ipfs/template @@ -1,11 +1,11 @@ # Template file for 'go-ipfs' pkgname=go-ipfs -version=0.4.23 +version=0.5.0 revision=1 build_style=go go_import_path="github.com/ipfs/${pkgname}" go_package="${go_import_path}/cmd/ipfs" -hostmakedepends="git" +hostmakedepends="git gcc-multilib" depends="fs-repo-migrations>=1.3.0" short_desc="Global versioned P2P merkle DAG file system" maintainer="Christopher Brannon " @@ -13,12 +13,11 @@ license="MIT, Apache-2.0" homepage="https://ipfs.io" changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=21a7b7bfe822d5c6a64c4848eebd6f25f18ad4c94acdd0bbb56235c7c13d38c3 +checksum=df74fe2331958cffde20daa22df25d671af8a29b9f41137c9ad320902fc39496 pre_build() { - # Disable the dynamic plugin loader for now; breaks cross. if [ "$CROSS_BUILD" ]; then - rm plugin/loader/load_linux.go + export CGO_ENABLED=0 fi }