Commit 65d95b8dd3a2bb180d46473d1c5967b70e7f4cd0
1 parent
a34a7ff9
Exists in
master
and in
1 other branch
Fix noosfero and gitlab versions
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Makefile
... | ... | @@ -37,8 +37,8 @@ distclean: |
37 | 37 | downloadtar: virtualenv |
38 | 38 | mkdir -p $(DISTDIR) |
39 | 39 | wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz |
40 | - wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.4.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.4.zip | |
41 | - wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.3.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.3.zip | |
40 | + wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.5.zip | |
41 | + wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.4.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.4.zip | |
42 | 42 | ./build/bin/pip install --download $(DISTDIR) -r requirements.txt |
43 | 43 | |
44 | 44 | .PHONY: virtualenv | ... | ... |