Commit 13559f34caf5ba1e65a4b793034ee780ebba7d1c

Authored by Sergio Oliveira
1 parent 5bbf98b4

Updated colab_noosfero

Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Signed-off-by: Matheus Faria <matheus.sousa.faria@gmail.com>
Signed-off-by: Sergio Oliveira <seocam@seocam.com>
Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Makefile
1 1 NAME = colab-deps
2   -VERSION = 1.11.0
  2 +VERSION = 1.11.3
3 3 PREFIX = /usr
4 4 TARGET = $(DESTDIR)$(PREFIX)/lib/colab
5 5 DISTDIR = $(NAME)-$(VERSION)
... ... @@ -39,7 +39,7 @@ distclean:
39 39 downloadtar:
40 40 mkdir -p $(DISTDIR)
41 41 wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz
42   - wget https://github.com/colab/colab-noosfero-plugin/archive/v0.1.zip -O $(DISTDIR)/colab-noosfero-plugin-0.1.zip
  42 + wget https://github.com/colab/colab-noosfero-plugin/archive/v0.1.1.zip -O $(DISTDIR)/colab-noosfero-plugin-0.1.1.zip
43 43 wget https://github.com/colab/colab-gitlab-plugin/archive/v0.1.zip -O $(DISTDIR)/colab-gitlab-plugin-0.1.zip
44 44 wget https://softwarepublico.gov.br/gitlab/softwarepublico/colab-spb-plugin/repository/archive.tar.gz?ref=v0.1 -O $(DISTDIR)/colab-spb-plugin-0.1.tar.gz --no-check-certificate
45 45 pip install --download $(DISTDIR) -r requirements.txt
... ...
requirements-colab-plugins.txt
1   -colab-noosfero-plugin==0.1.0
  1 +colab-noosfero-plugin==0.1.1
2 2 colab-gitlab-plugin==0.1.0
3 3 colab-spb-plugin==0.1.0
... ...