go-ipfs: update to 0.4.19.

This commit is contained in:
lemmi 2019-03-20 06:56:04 +01:00
parent 4d2bd7abcb
commit 2969e96a1f

View file

@ -1,6 +1,6 @@
# Template file for 'go-ipfs' # Template file for 'go-ipfs'
pkgname=go-ipfs pkgname=go-ipfs
version=0.4.18 version=0.4.19
revision=1 revision=1
create_wrksrc=yes create_wrksrc=yes
build_wrksrc="${pkgname}-${version}" build_wrksrc="${pkgname}-${version}"
@ -15,7 +15,7 @@ license="MIT"
homepage="https://ipfs.io" homepage="https://ipfs.io"
changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md" changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz" distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=bc03def6ac902d99ae29c60819dad2133af776d3f6779c55781afccaa89cec84 checksum=de0540e6d10aebbef602dc70da39c666952f980ceaccbd4aafb1578301706139
pre_build() { pre_build() {
# Disable the dynamic plugin loader for now; breaks cross. # Disable the dynamic plugin loader for now; breaks cross.