Commit 98e07f3d21a4ce6fad4dc0354d7b4fd58a81504c
1 parent
cfbe1b9c
Exists in
master
Update version and branch
Signed-off-by: Athos Ribeiro <athoscribeiro@gmail.com> Signed-off-by: Diego Araújo <diegoamc90@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Makefile
1 | NAME = kalibro-configurations | 1 | NAME = kalibro-configurations |
2 | -VERSION = 1.0 | 2 | +VERSION = 1.1 |
3 | TARBALL = $(NAME)-deps-$(VERSION).tar.gz | 3 | TARBALL = $(NAME)-deps-$(VERSION).tar.gz |
4 | PREFIX = /usr | 4 | PREFIX = /usr |
5 | WGET = wget | 5 | WGET = wget |
6 | -BRANCH = v1.2.3 | 6 | +BRANCH = v1.2.5 |
7 | BUNDLE_OPTS = --verbose --without='development test cucumber' | 7 | BUNDLE_OPTS = --verbose --without='development test cucumber' |
8 | 8 | ||
9 | all: | 9 | all: |