diff --git a/Makefile b/Makefile index 8355eca..d1d3867 100644 --- a/Makefile +++ b/Makefile @@ -36,9 +36,9 @@ distclean: downloadtar: virtualenv mkdir -p $(DISTDIR) wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz - wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.5.zip - wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.5.zip - wget https://github.com/colab/colab-mezuro-plugin/archive/v0.1.2.zip -O $(DISTDIR)/colab-mezuro-plugin-0.1.2.zip + wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.7.zip + wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.7.zip + wget https://github.com/colab/colab-mezuro-plugin/archive/v0.1.2.zip -O $(DISTDIR)/colab-mezuro-plugin-0.1.3.zip wget https://github.com/colab/colab-superarchives-plugin/archive/master.zip -O $(DISTDIR)/colab-superarchives-plugin-0.1.0.zip .PHONY: virtualenv diff --git a/requirements-colab-plugins.txt b/requirements-colab-plugins.txt index 4dafb84..916d756 100644 --- a/requirements-colab-plugins.txt +++ b/requirements-colab-plugins.txt @@ -1,4 +1,4 @@ -colab-noosfero-plugin==0.2.5 -colab-gitlab-plugin==0.2.5 -colab-mezuro-plugin==0.1.2 +colab-noosfero-plugin==0.2.7 +colab-gitlab-plugin==0.2.7 +colab-mezuro-plugin==0.1.3 colab-superarchives-plugin==0.1.0 -- libgit2 0.21.2