Update gx to version 0.11
Previous version 0.10 was built with faulty version of Go 1.7 which has problems with TCP -> DNS -> UDP timeouts. This results in many failed calls to `gx install` License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Feb 21, 2017 at 18:19 UTC
f66f2f079de9d31c135db24b9f6457c621c820bc
1 file changed
+2
-2
bin/Rules.mk
+2
-2
@@ -1,8 +1,8 @@
1
include mk/header.mk
2
3
-dist_root_$(d)=/ipfs/QmTazYLCem8B7pQGLsCj1Q4MxkqGMmD9XugvStLJSQ8uxA
3
+dist_root_$(d)=/ipfs/QmNjXP6N98fYT1i7abgeBHmdR5WoeBeik4DtGiX9iFWK31
4
5
-$(d)/gx: $(d)/gx-v0.10.0
5
+$(d)/gx: $(d)/gx-v0.11.0
6
$(d)/gx-go: $(d)/gx-go-v1.4.0
7
8
TGTS_$(d) := $(d)/gx $(d)/gx-go