Commit 53a6b1fc9fdf0e8ab2cfcafad74a554a89565f6e

Authored by Sergio Oliveira
1 parent 7b9a81c6

Bump version of colab-noosfero-plugin version in colab-deps

Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com>
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Makefile
1 1 NAME = colab-deps
2   -VERSION = 1.12
  2 +VERSION = 1.12.1
3 3 PREFIX = /usr
4 4 TARGET = $(DESTDIR)$(PREFIX)/lib/colab
5 5 DISTDIR = $(NAME)-$(VERSION)
... ... @@ -37,7 +37,7 @@ 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.1.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.1.zip
  40 + wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.2.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.2.zip
41 41 wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.zip
42 42 ./build/bin/pip install --download $(DISTDIR) -r requirements.txt
43 43  
... ...
requirements-colab-plugins.txt
1   -colab-noosfero-plugin==0.2.1
  1 +colab-noosfero-plugin==0.2.2
2 2 colab-gitlab-plugin==0.2
3 3 colab-spb-plugin==0.2
... ...