Skip to content

Commit

Permalink
Add 3.1.6 versions (#1939)
Browse files Browse the repository at this point in the history
* Add 3.1.6 versions

Signed-off-by: Thomas Powell <thomas.powell@progress.com>

* Add to internal_sources.yml

Signed-off-by: Thomas Powell <thomas.powell@progress.com>

---------

Signed-off-by: Thomas Powell <thomas.powell@progress.com>
  • Loading branch information
tpowell-progress authored Sep 5, 2024
1 parent f9e2df6 commit 2f804e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/software/ruby-msys2-devkit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}"
end

version "3.1.6-1" do
source url: "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-#{version}/rubyinstaller-#{version}-x64.exe",
sha256: "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/#{name}/rubyinstaller-devkit-#{version}-x64.exe",
authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}"
end

version "3.2.2-1" do
source url: "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-#{version}/rubyinstaller-devkit-#{version}-x64.exe",
sha256: "678619631c7e0e9b06bd53fd50689b47770fb577a8e49a35f615d2c8691aa6b7"
Expand Down
1 change: 1 addition & 0 deletions config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
version("3.3.0") { source sha256: "96518814d9832bece92a85415a819d4893b307db5921ae1f0f751a9a89a56b7d" }
version("3.2.2") { source sha256: "96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc" }
version("3.2.0") { source sha256: "daaa78e1360b2783f98deeceb677ad900f3a36c0ffa6e2b6b19090be77abc272" }
version("3.1.6") { source sha256: "0d0dafb859e76763432571a3109d1537d976266be3083445651dc68deed25c22" }
version("3.1.4") { source sha256: "a3d55879a0dfab1d7141fdf10d22a07dbf8e5cdc4415da1bde06127d5cc3c7b6" }
version("3.1.3") { source sha256: "5ea498a35f4cd15875200a52dde42b6eb179e1264e17d78732c3a57cd1c6ab9e" }
version("3.1.2") { source sha256: "61843112389f02b735428b53bb64cf988ad9fb81858b8248e22e57336f24a83e" }
Expand Down
4 changes: 4 additions & 0 deletions scripts/internal_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,17 @@ software:
sha256: be05e2de16d75088613cc998beb2938aa2946384884ed7f9142daec9a848d08c
- url: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.2-1/rubyinstaller-devkit-3.1.2-1-x64.exe
sha256: 5f0fd4a206b164a627c46e619d2babbcafb0ed4bc3e409267b9a73b6c58bdec1
- url: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.6-1/rubyinstaller-devkit-3.1.6-1-x64.exe
sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

- name: ruby
sources:
- url: https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.1.tar.gz
sha256: 8dc2af2802cc700cd182d5430726388ccf885b3f0a14fcd6a0f21ff249c9aa99
- url: https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0.tar.gz
sha256: 96518814d9832bece92a85415a819d4893b307db5921ae1f0f751a9a89a56b7d
- url: https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.6.tar.gz
sha256: 0d0dafb859e76763432571a3109d1537d976266be3083445651dc68deed25c22
- url: https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.2.tar.gz
sha256: 61843112389f02b735428b53bb64cf988ad9fb81858b8248e22e57336f24a83e
- url: https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.1.tar.gz
Expand Down

0 comments on commit 2f804e8

Please sign in to comment.