diff --git a/Makefile b/Makefile index 8dd6e0c..d63435e 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -NAME = prezento +NAME = prezento-spb VERSION = 0.8 TARBALL = $(NAME)-deps-$(VERSION).tar.gz PREFIX = /usr WGET = wget -BRANCH = v0.8.0 +BRANCH = v0.8.1.colab BUNDLE_OPTS = --verbose --without='development test cucumber' all: @@ -24,8 +24,8 @@ install: all update: clean $(RM) Gemfile* - $(WGET) -O Gemfile https://raw.githubusercontent.com/mezuro/prezento/$(BRANCH)/Gemfile - $(WGET) -O Gemfile.lock https://raw.githubusercontent.com/mezuro/prezento/$(BRANCH)/Gemfile.lock + $(WGET) -O Gemfile https://portal.softwarepublico.gov.br/gitlab/mezuro/prezento/raw/$(BRANCH)/Gemfile --no-check-certificate + $(WGET) -O Gemfile.lock https://portal.softwarepublico.gov.br/gitlab/mezuro/prezento/raw/$(BRANCH)/Gemfile.lock --no-check-certificate $(MAKE) bundle bundle: -- libgit2 0.21.2