Commit 993c1d68ec0ef6fbe0cc16dbe847ae5a497aa669
1 parent
2be65084
Exists in
master
and in
1 other branch
Bumped colab-gitlab plugin version
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Makefile
1 | 1 | NAME = colab-deps |
2 | -VERSION = 1.12.2 | |
2 | +VERSION = 1.12.3 | |
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.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 | |
41 | + wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.2.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.2.zip | |
42 | 42 | ./build/bin/pip install --download $(DISTDIR) -r requirements.txt |
43 | 43 | |
44 | 44 | .PHONY: virtualenv | ... | ... |
requirements-colab-plugins.txt