From 3c9d0f808c60991a521adabd919238dcf725be84 Mon Sep 17 00:00:00 2001 From: Scott Hain Date: Tue, 10 Oct 2017 14:18:10 -0700 Subject: Copypasta the SHA Signed-off-by: Scott Hain --- omnibus/config/software/openssl-fips.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus/config/software/openssl-fips.rb b/omnibus/config/software/openssl-fips.rb index 2bf6586142..ce1721877e 100644 --- a/omnibus/config/software/openssl-fips.rb +++ b/omnibus/config/software/openssl-fips.rb @@ -22,7 +22,7 @@ license_file "https://www.openssl.org/source/license.html" skip_transitive_dependency_licensing true if windows? - version("2.0.16") { source sha256: "42a660930d1e8b079b9618e5d44787b37e628742f9b7dbe53d986bffc84f8b5e", + version("2.0.16") { source sha256: "215ae2e5ff6fd45c97efd049b682ce8b9d70912c2969efc7520dd369423b184c", url: "http://shain-bucket.s3.amazonaws.com/fips-2.0-windows.zip" } else version("2.0.16") { source sha256: "42a660930d1e8b079b9618e5d44787b37e628742f9b7dbe53d986bffc84f8b5e", -- cgit v1.2.1