Merge pull request #5870 from CMB/ipfs

go-ipfs: update to 0.4.6.
This commit is contained in:
Michael Gehring 2017-03-02 12:36:10 +01:00 committed by GitHub
commit 9dc2edb8ae
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'go-ipfs'
pkgname=go-ipfs
version=0.4.5
revision=2
version=0.4.6
revision=1
create_wrksrc=yes
build_wrksrc=${pkgname}-${version}
build_style=go
@ -14,8 +14,8 @@ license="MIT"
homepage="https://ipfs.io"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz
http://the-brannons.com/ipfs-gx-deps-${version}.tar.xz"
checksum="1b238e729490d143fc49bdd4568d89e6afeb9607efda9d8dbd30a290a9276838
f2ccc5ea10210cea3a70e960526853ce229bb6e3a6c315e6cc4571f6affbd9e9"
checksum="92d1d2d5e840a083d5051921f1608ab62e5bea0cc2c90229674f5695d417c3b8
3e9d6b32cf6b9a61d03865f9628a23b9dda55b03bb4330916a4102ec3fb112dc"
do_build() {
local path="${GOPATH}/src/${go_import_path}"