@cryptotaxi247 / kubo / commits / 3c30fee5b

update gx binary requirements

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

Jeromy committed Aug 23, 2016 at 11:03 UTC 3c30fee5b592a31e8aaf829bc89d85711884d93a
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)