summaryrefslogtreecommitdiff
path: root/config/software
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-14 16:55:34 +0000
committermo khan <mo.khan@gmail.com>2020-10-14 16:55:34 +0000
commit072ad5e7a6e4e055f73db5ae74796c97099cee89 (patch)
tree0df3a1608c4f3ca62fb6cb8d84b9ddec8642c69e /config/software
parent116564275ee66e7ff51a58bc056127498b4c22bf (diff)
parent9c02ffe7667d544ef0341ecaa93422e3c6f364ac (diff)
Merge branch 'eread/set-golang-1_15_2' into 'main'v3.28.1
Set Go 1.15.2 and Ruby to 2.7.2 for project See merge request gitlab-org/security-products/analyzers/license-finder!6
Diffstat (limited to 'config/software')
-rw-r--r--config/software/asdf_golang.rb5
-rw-r--r--config/software/ruby.rb4
2 files changed, 6 insertions, 3 deletions
diff --git a/config/software/asdf_golang.rb b/config/software/asdf_golang.rb
index 80d5cdd..1922736 100644
--- a/config/software/asdf_golang.rb
+++ b/config/software/asdf_golang.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
name "asdf_golang"
-default_version "1.15.1"
+default_version "1.15.2"
source url: "https://golang.org/dl/go#{version}.linux-amd64.tar.gz"
relative_path "go"
@@ -18,6 +18,9 @@ end
version "1.15.1" do
source sha256: "70ac0dbf60a8ee9236f337ed0daa7a4c3b98f6186d4497826f68e97c0c0413f6"
end
+version "1.15.2" do
+ source sha256: "b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552"
+end
build do
mkdir install_dir
diff --git a/config/software/ruby.rb b/config/software/ruby.rb
index 316a342..0c81646 100644
--- a/config/software/ruby.rb
+++ b/config/software/ruby.rb
@@ -7,14 +7,14 @@ license_file "BSDL"
license_file "COPYING"
license_file "LEGAL"
-default_version "2.7.1"
+default_version "2.7.2"
dependency "libffi"
dependency "libyaml"
dependency "openssl"
dependency "zlib"
-source url: "https://cache.ruby-lang.org/pub/ruby/#{version.match(/^(\d+\.\d+)/)[0]}/ruby-#{version}.tar.gz", sha256: "d418483bdd0000576c1370571121a6eb24582116db0b7bb2005e90e250eae418"
+source url: "https://cache.ruby-lang.org/pub/ruby/#{version.match(/^(\d+\.\d+)/)[0]}/ruby-#{version}.tar.gz", sha256: "6e5706d0d4ee4e1e2f883db9d768586b4d06567debea353c796ec45e8321c3d4"
relative_path "ruby-#{version}"
embedded_dir = "#{install_dir}/embedded"