Commit ed2bd4444ed081d01664847d08185776b214fb55

Authored by Sergio Oliveira
1 parent 30fd00a3

Update colab-gitlab-plugin

(cherry picked from commit 00a6c34dd0e03934228fcac7674a652acd4e6fa2)
Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Makefile
1 1 NAME = colab-deps
2   -VERSION = 1.11.5
  2 +VERSION = 1.11.6
3 3 PREFIX = /usr
4 4 TARGET = $(DESTDIR)$(PREFIX)/lib/colab
5 5 DISTDIR = $(NAME)-$(VERSION)
... ... @@ -38,7 +38,7 @@ 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 40 wget https://github.com/colab/colab-noosfero-plugin/archive/v0.1.1.zip -O $(DISTDIR)/colab-noosfero-plugin-0.1.1.zip
41   - wget https://github.com/colab/colab-gitlab-plugin/archive/v0.1.1.zip -O $(DISTDIR)/colab-gitlab-plugin-0.1.1.zip
  41 + wget https://github.com/colab/colab-gitlab-plugin/archive/v0.1.2.zip -O $(DISTDIR)/colab-gitlab-plugin-0.1.2.zip
42 42 ./build/bin/pip install --download $(DISTDIR) -r requirements.txt
43 43  
44 44 .PHONY: virtualenv
... ...
requirements-colab-plugins.txt
1 1 colab-noosfero-plugin==0.1.1
2   -colab-gitlab-plugin==0.1.1
  2 +colab-gitlab-plugin==0.1.2
... ...