summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher A. Snapp <csnapp@chef.io>2020-05-12 13:03:37 -0600
committerChristopher A. Snapp <csnapp@chef.io>2020-05-12 13:27:58 -0600
commit04d89986d94da93a7f78983911ee8d4bf2d755b2 (patch)
tree375014c241b248cc5f255aef7c3b3e884c02d3da
parentb35e79ae6f78fd70d4fcaeb6bbf0e9a56496c15b (diff)
downloadchef-04d89986d94da93a7f78983911ee8d4bf2d755b2.tar.gz
Update rubyinstaller-devkit-2.6.6-1-x64.exe SHA
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
-rw-r--r--scripts/bk_tests/bk_win_functional.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bk_tests/bk_win_functional.ps1 b/scripts/bk_tests/bk_win_functional.ps1
index 6bb2e83598..9447c1853f 100644
--- a/scripts/bk_tests/bk_win_functional.ps1
+++ b/scripts/bk_tests/bk_win_functional.ps1
@@ -2,7 +2,7 @@
$RubyFilename = "rubyinstaller-devkit-2.6.6-1-x64.exe"
# The sha256 of the Ruby installer (capitalized?)
-$RubySHA256 = "BD2050496A149C7258ED4E2E44103756CA3A05C7328A939F0FDC97AE9616A96D"
+$RubySHA256 = "6381FA0C683D4B9F8CEEDAA6B8B1191A0C4029588F11F8C77979F6E2CC00DD98"
# Where on disk to download Ruby to
$RubyPath = "$env:temp\$RubyFilename"