diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-19 21:50:24 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-19 21:50:24 -0600 |
| commit | 132251ba3e4779ceea0e43f40b371605725609d8 (patch) | |
| tree | c1cce96112853842f0744e3706caeb60a2b07f87 /config/projects | |
| parent | 6738918ecf3b83cf407ed0375a6e8007c1d10d2a (diff) | |
Specify package version
Diffstat (limited to 'config/projects')
| -rw-r--r-- | config/projects/mono.rb | 2 | ||||
| -rw-r--r-- | config/projects/rubies.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/projects/mono.rb b/config/projects/mono.rb index 3eadaf3..cd2d56f 100644 --- a/config/projects/mono.rb +++ b/config/projects/mono.rb @@ -6,7 +6,7 @@ homepage "https://gitlab.com/xlgmokha/omnibus-asdf" # and /opt/asdf on all other platforms install_dir "/opt/asdf" -build_version "0.1.0" +build_version ENV['MONO_VERSION'] build_iteration 1 # Creates required build directories diff --git a/config/projects/rubies.rb b/config/projects/rubies.rb index 5c74503..f26e8e6 100644 --- a/config/projects/rubies.rb +++ b/config/projects/rubies.rb @@ -6,7 +6,7 @@ homepage "https://gitlab.com/xlgmokha/omnibus-asdf" # and /opt/asdf on all other platforms install_dir "/opt/asdf" -build_version "0.1.0" +build_version ENV['RUBY_VERSION'] build_iteration 1 # Creates required build directories |
