From a258dbf8bd4023c2c374a650487cdc7d4520bd59 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 | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index 2685a89641a..a85000f0247 100644 --- a/srcpkgs/go-ipfs/template +++ b/srcpkgs/go-ipfs/template @@ -1,6 +1,6 @@ # 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}" @@ -13,14 +13,7 @@ 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 - -pre_build() { - # Disable the dynamic plugin loader for now; breaks cross. - if [ "$CROSS_BUILD" ]; then - rm plugin/loader/load_linux.go - fi -} +checksum=df74fe2331958cffde20daa22df25d671af8a29b9f41137c9ad320902fc39496 post_install() { vinstall misc/completion/ipfs-completion.bash 644 usr/share/bash-completion/completions ipfs