go-ipfs: update to 0.4.14.

Closes: #12821 [via git-merge-pr]
This commit is contained in:
lemmi 2018-03-23 04:24:42 +01:00
parent 767fd914f2
commit 7e59c78f3e

View file

@ -1,7 +1,7 @@
# Template file for 'go-ipfs' # Template file for 'go-ipfs'
pkgname=go-ipfs pkgname=go-ipfs
version=0.4.13 version=0.4.14
revision=3 revision=1
create_wrksrc=yes create_wrksrc=yes
build_wrksrc=${pkgname}-${version} build_wrksrc=${pkgname}-${version}
build_style=go build_style=go
@ -14,7 +14,7 @@ maintainer="Christopher Brannon <chris@the-brannons.com>"
license="MIT" license="MIT"
homepage="https://ipfs.io" homepage="https://ipfs.io"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz" distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=9d5f2ef17a8bd4040fb4246c694034ec0ff323bc07d3f1469ce0877892695f31 checksum=90b9033b4bedeec372f104209bbcb97701f4a3861baf9bf18ed90af3339388d8
pre_build() { pre_build() {
# Disable the dynamic plugin loader for now; breaks cross. # Disable the dynamic plugin loader for now; breaks cross.