summaryrefslogtreecommitdiff
path: root/config/software
diff options
context:
space:
mode:
Diffstat (limited to 'config/software')
-rw-r--r--config/software/asdf_ruby.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/software/asdf_ruby.rb b/config/software/asdf_ruby.rb
index 13b98c5..7849fef 100644
--- a/config/software/asdf_ruby.rb
+++ b/config/software/asdf_ruby.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
name "asdf_ruby"
-default_version "2.7.1"
+default_version "2.7.2"
license "BSD-2-Clause"
license_file "BSDL"
license_file "COPYING"
@@ -15,6 +15,7 @@ dependency "zlib"
source url: "https://cache.ruby-lang.org/pub/ruby/#{version.match(/^(\d+\.\d+)/)[0]}/ruby-#{version}.tar.gz"
relative_path "ruby-#{version}"
+version("2.7.2") { source sha256: "6e5706d0d4ee4e1e2f883db9d768586b4d06567debea353c796ec45e8321c3d4" }
version("2.7.1") { source sha256: "d418483bdd0000576c1370571121a6eb24582116db0b7bb2005e90e250eae418" }
version("2.7.0") { source sha256: "8c99aa93b5e2f1bc8437d1bbbefd27b13e7694025331f77245d0c068ef1f8cbe" }