We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5af2a26 + 8aecfe5 commit dedc116Copy full SHA for dedc116
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.12.4'
+build_version '0.14.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.12.4'
+default_version '0.14.0'
4
5
dependency 'ruby'
6
dependency 'rubygems'
@@ -55,6 +55,11 @@
55
md5: 'aa1e7a9d61b7e171ba2d7927e9239cc3'
56
end
57
58
+version '0.14.0' do
59
+ source url: "https://github.com/3scale/3scale_toolbox/archive/v#{version}.tar.gz",
60
+ md5: 'e777ad558e80e323d87ab83ed4949a06'
61
+end
62
+
63
relative_path "3scale_toolbox-#{version}"
64
65
build do
0 commit comments