mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Update glide version
This commit is contained in:
parent
0329ae4a87
commit
f1c639ef92
2
Makefile
2
Makefile
|
|
@ -41,7 +41,7 @@ $(INTERNAL_BIN_DIR)/$(THIS_GOOS)/$(THIS_GOARCH)/glide: $(INTERNAL_BIN_DIR)
|
|||
ifeq ($(HAVE_GLIDE),)
|
||||
@echo "Installing glide for $(THIS_GOOS)/$(THIS_GOARCH)..."
|
||||
@mkdir -p $(INTERNAL_BIN_DIR)/$(THIS_GOOS)/$(THIS_GOARCH)
|
||||
@wget -q -O - https://github.com/Masterminds/glide/releases/download/0.10.2/glide-0.10.2-$(THIS_GOOS)-$(THIS_GOARCH).tar.gz | tar xvz
|
||||
@wget -q -O - https://github.com/Masterminds/glide/releases/download/0.12.3/glide-0.12.3-$(THIS_GOOS)-$(THIS_GOARCH).tar.gz | tar xvz
|
||||
@mv $(THIS_GOOS)-$(THIS_GOARCH)/glide $(INTERNAL_BIN_DIR)/$(THIS_GOOS)/$(THIS_GOARCH)/glide
|
||||
@rm -rf $(THIS_GOOS)-$(THIS_GOARCH)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue