We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54b9f73 + 60dfded commit 874edf3Copy full SHA for 874edf3
2 files changed
config/projects/3scale-toolbox.rb
@@ -14,7 +14,7 @@
14
15
# This line is parsed to create docker image
16
# regexp: ^build_version '\d+\.\d+\.\d+'$
17
-build_version '0.14.0'
+build_version '0.16.0'
18
19
build_iteration 1
20
config/software/3scale-toolbox.rb
@@ -1,6 +1,6 @@
1
# These options are required for all software definitions
2
name '3scale-toolbox'
3
-default_version '0.14.0'
+default_version '0.16.0'
4
5
dependency 'ruby'
6
dependency 'rubygems'
@@ -60,6 +60,11 @@
60
md5: 'e777ad558e80e323d87ab83ed4949a06'
61
end
62
63
+version '0.16.0' do
64
+ source url: "https://github.com/3scale/3scale_toolbox/archive/v#{version}.tar.gz",
65
+ md5: '13b033ac8acda90461ca9dd67f3f84d1'
66
+end
67
+
68
relative_path "3scale_toolbox-#{version}"
69
70
build do
0 commit comments