We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55ecf2 commit 440f8f7Copy full SHA for 440f8f7
2 files changed
config/projects/3scale-toolbox.rb
@@ -12,7 +12,7 @@
12
# and /opt/3scale-toolbox on all other platforms
13
install_dir "#{default_root}/#{name}"
14
15
-build_version '0.18.0'
+build_version '0.18.3'
16
17
build_iteration 1
18
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.18.0'
+default_version '0.18.3'
4
5
dependency 'ruby'
6
dependency 'rubygems'
@@ -76,6 +76,11 @@
76
md5: '336599ed004c43bd8cfec7015eae6f36'
77
end
78
79
+version '0.18.3' do
80
+ source url: "https://github.com/3scale/3scale_toolbox/archive/v#{version}.tar.gz",
81
+ md5: 'f8124a1fd59d3866f01bd72703946614'
82
+end
83
+
84
relative_path "3scale_toolbox-#{version}"
85
86
build do
0 commit comments