go-ipfs: update to 0.4.13.

This commit is contained in:
Christopher Brannon 2017-11-18 08:30:49 -08:00 committed by Michael Gehring
parent adef78af1f
commit 371ca21cf0
1 changed files with 3 additions and 3 deletions

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.11 version=0.4.13
revision=2 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=db763eedbb17162b2f1ec82307d85214da36c97a3fb9633f0b8126b26d9165b2 checksum=9d5f2ef17a8bd4040fb4246c694034ec0ff323bc07d3f1469ce0877892695f31
pre_build() { pre_build() {
# Disable the dynamic plugin loader for now; breaks cross. # Disable the dynamic plugin loader for now; breaks cross.