Commit 528085d00351ec25403910708d4bfedd7d1b1441
1 parent
dfa9a6ca
Exists in
master
Update requirements version
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
Makefile
... | ... | @@ -36,9 +36,9 @@ distclean: |
36 | 36 | downloadtar: virtualenv |
37 | 37 | mkdir -p $(DISTDIR) |
38 | 38 | wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz |
39 | - wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.5.zip | |
40 | - wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.5.zip | |
41 | - wget https://github.com/colab/colab-mezuro-plugin/archive/v0.1.2.zip -O $(DISTDIR)/colab-mezuro-plugin-0.1.2.zip | |
39 | + wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.7.zip | |
40 | + wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.7.zip | |
41 | + wget https://github.com/colab/colab-mezuro-plugin/archive/v0.1.2.zip -O $(DISTDIR)/colab-mezuro-plugin-0.1.3.zip | |
42 | 42 | wget https://github.com/colab/colab-superarchives-plugin/archive/master.zip -O $(DISTDIR)/colab-superarchives-plugin-0.1.0.zip |
43 | 43 | |
44 | 44 | .PHONY: virtualenv | ... | ... |
requirements-colab-plugins.txt