Commit 4a24c94001e41f7c65a4702cb08efab9cfcab421

Authored by Maxwell Max
1 parent 06a7fd8b

Bump colab-deps version to 1.12.13

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
Makefile
1 1 NAME = colab-deps
2   -VERSION = 1.12.12
  2 +VERSION = 1.12.13
3 3 PREFIX = /usr
4 4 TARGET = $(DESTDIR)$(PREFIX)/lib/colab
5 5 DISTDIR = $(NAME)-$(VERSION)
... ... @@ -40,6 +40,7 @@ downloadtar: virtualenv
40 40 wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.5.zip
41 41 wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.5.zip
42 42 wget https://github.com/colab/colab-mezuro-plugin/archive/v0.1.2.zip -O $(DISTDIR)/colab-mezuro-plugin-0.1.2.zip
  43 + wget https://github.com/colab/colab-superarchives-plugin/archive/master.zip -O $(DISTDIR)/colab-superarchives-plugin-0.1.0.zip
43 44 ./build/bin/pip install --download $(DISTDIR) -r requirements.txt
44 45  
45 46 .PHONY: virtualenv
... ...
requirements-colab-plugins.txt
... ... @@ -2,3 +2,4 @@ colab-noosfero-plugin==0.2.5
2 2 colab-gitlab-plugin==0.2.5
3 3 colab-spb-plugin==0.2.6
4 4 colab-mezuro-plugin==0.1.2
  5 +colab-superarchives-plugin==0.1.0
... ...