Commit 2be650848f3aa4eb8a748c081c2c789daf2a7c63

Authored by Sergio Oliveira
1 parent b877f931

Updated colab-noosfero and colab-gitlab plugins

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