diff --git a/config/projects/3scale-toolbox.rb b/config/projects/3scale-toolbox.rb index 9277689..fba1d04 100644 --- a/config/projects/3scale-toolbox.rb +++ b/config/projects/3scale-toolbox.rb @@ -14,7 +14,7 @@ # This line is parsed to create docker image # regexp: ^build_version '\d+\.\d+\.\d+'$ -build_version '0.14.0' +build_version '0.16.0' build_iteration 1 diff --git a/config/software/3scale-toolbox.rb b/config/software/3scale-toolbox.rb index 195433e..958d289 100644 --- a/config/software/3scale-toolbox.rb +++ b/config/software/3scale-toolbox.rb @@ -1,6 +1,6 @@ # These options are required for all software definitions name '3scale-toolbox' -default_version '0.14.0' +default_version '0.16.0' dependency 'ruby' dependency 'rubygems' @@ -60,6 +60,11 @@ md5: 'e777ad558e80e323d87ab83ed4949a06' end +version '0.16.0' do + source url: "https://github.com/3scale/3scale_toolbox/archive/v#{version}.tar.gz", + md5: '13b033ac8acda90461ca9dd67f3f84d1' +end + relative_path "3scale_toolbox-#{version}" build do