From 832cc2d3ad92fac6bf3b9fad59869e2a5435d7ed Mon Sep 17 00:00:00 2001 From: lemmi Date: Mon, 14 May 2018 02:16:59 +0200 Subject: [PATCH] go-ipfs: update to 0.4.15. --- srcpkgs/go-ipfs/template | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index 0e74ce993f3..d93da3f866b 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.14 -revision=3 +version=0.4.15 +revision=1 create_wrksrc=yes build_wrksrc=${pkgname}-${version} build_style=go @@ -14,13 +14,16 @@ maintainer="Christopher Brannon " license="MIT" homepage="https://ipfs.io" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=90b9033b4bedeec372f104209bbcb97701f4a3861baf9bf18ed90af3339388d8 +checksum=b7e58e86e6abaf97687a566747376f13d8b5dde8b51033e3ff17f0d7fa8d5232 pre_build() { # Disable the dynamic plugin loader for now; breaks cross. -if [ "$CROSS_BUILD" ]; then + if [ "$CROSS_BUILD" ]; then rm plugin/loader/load_linux.go fi + + echo "ipldgit github.com/ipfs/go-ipfs/plugin/plugins/git 0" >> plugin/loader/preload_list + gx install }