Commit 3989eb6313ba477070a5d4c9fd628b0223cfdb4d

Authored by Paulo Tada
1 parent eda77fe3
Exists in master

Bump colab-deps 1.12.14 >> 1.12.15

* gitlab_plugin 0.2.6 >> 0.2.7
Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
Makefile
1 1 NAME = colab-deps
2   -VERSION = 1.12.14
  2 +VERSION = 1.12.15
3 3 PREFIX = /usr
4 4 TARGET = $(DESTDIR)$(PREFIX)/lib/colab
5 5 DISTDIR = $(NAME)-$(VERSION)
... ... @@ -8,7 +8,7 @@ TARBALL = dist/$(DISTDIR).tar.gz
8 8 # TAGS
9 9 PIP = 1.5.6
10 10 NOOSFERO_PLUGIN = 0.2.6
11   -GITLAB_PLUGIN = 0.2.6
  11 +GITLAB_PLUGIN = 0.2.7
12 12 MEZURO_PLUGIN = 0.1.3
13 13 SUPERARCHIVES_PLUGIN = 0.1.0
14 14  
... ... @@ -31,7 +31,7 @@ install:
31 31  
32 32 sdist: $(TARBALL)
33 33  
34   -$(TARBALL): downloadtar
  34 +$(TARBALL):
35 35 mkdir -p $$(dirname $(TARBALL))
36 36 $(RM) $(TARBALL)
37 37 tar czf $(TARBALL) $(SOURCES) $(DISTDIR)
... ...
requirements-colab-plugins.txt
1 1 colab-noosfero-plugin==0.2.6
2   -colab-gitlab-plugin==0.2.6
  2 +colab-gitlab-plugin==0.2.7
3 3 colab-mezuro-plugin==0.1.3
4 4 colab-superarchives-plugin==0.1.0
... ...