Merge pull request #5993 from CMB/ipfs

go-ipfs: update to 0.4.7.
This commit is contained in:
Michael Gehring 2017-03-16 16:50:24 +01:00 committed by GitHub
commit f56340bba0

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.6 version=0.4.7
revision=1 revision=1
create_wrksrc=yes create_wrksrc=yes
build_wrksrc=${pkgname}-${version} build_wrksrc=${pkgname}-${version}
@ -14,8 +14,8 @@ 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
http://the-brannons.com/ipfs-gx-deps-${version}.tar.xz" http://the-brannons.com/ipfs-gx-deps-${version}.tar.xz"
checksum="92d1d2d5e840a083d5051921f1608ab62e5bea0cc2c90229674f5695d417c3b8 checksum="ab5db0e85b6131715a16b853537cc42335460ccbd8a6d4a3ad05ac17beeb8250
3e9d6b32cf6b9a61d03865f9628a23b9dda55b03bb4330916a4102ec3fb112dc" 64497a06056f67100216a9f78442e5140039c470ac790686de20f4a88ca43758"
do_build() { do_build() {
local path="${GOPATH}/src/${go_import_path}" local path="${GOPATH}/src/${go_import_path}"