@cryptotaxi247 / kubo / commits / 94a0e16b6

update gx binary requirements

License: MIT Signed-off-by: Jeromy <why@ipfs.io>

Jeromy committed Aug 23, 2016 at 11:03 UTC 94a0e16b6784b6719bd17ea1e3c39c38b6b503ec
1 file changed +3 -3
Makefile
+3 -3
@@ -15,9 +15,9 @@ else
15 GOPATH_DELIMITER = :
16 endif
17
18 -dist_root=/ipfs/QmUnvqDuRyfe7HJuiMMHv77AMUFnjGyAU28LFPeTYwGmFF
19 -gx_bin=bin/gx-v0.8.0
20 -gx-go_bin=bin/gx-go-v1.2.1
18 +dist_root=/ipfs/QmNZL8wNsvAGdVYr8uGeUE9aGfHjFpHegAWywQFEdSaJbp
19 +gx_bin=bin/gx-v0.9.0
20 +gx-go_bin=bin/gx-go-v1.3.0
21
22 # use things in our bin before any other system binaries
23 export PATH := bin:$(PATH)