go-ipfs: update to 0.4.15.

This commit is contained in:
lemmi 2018-05-14 02:16:59 +02:00
parent 3f52c312b2
commit 832cc2d3ad

View file

@ -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 <chris@the-brannons.com>"
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
}