summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2017-10-10 14:15:45 -0700
committerScott Hain <shain@chef.io>2017-10-10 14:15:45 -0700
commit02b1c72bfb9d7479e68cac3746370a16b2cb72fe (patch)
treef26635aebd13917c5c86e0ed78565b3d51169362
parent35062095c871d86a47660d1b17cf26800f57b66a (diff)
downloadchef-02b1c72bfb9d7479e68cac3746370a16b2cb72fe.tar.gz
Add windows thing
Signed-off-by: Scott Hain <shain@chef.io>
-rw-r--r--omnibus/config/software/openssl-fips.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/config/software/openssl-fips.rb b/omnibus/config/software/openssl-fips.rb
index 0022a30065..2bf6586142 100644
--- a/omnibus/config/software/openssl-fips.rb
+++ b/omnibus/config/software/openssl-fips.rb
@@ -23,7 +23,7 @@ skip_transitive_dependency_licensing true
if windows?
version("2.0.16") { source sha256: "42a660930d1e8b079b9618e5d44787b37e628742f9b7dbe53d986bffc84f8b5e",
- url: "http://shain-bucket.s3.amazonaws.com/fips-2.0-windows.tar.gz" }
+ url: "http://shain-bucket.s3.amazonaws.com/fips-2.0-windows.zip" }
else
version("2.0.16") { source sha256: "42a660930d1e8b079b9618e5d44787b37e628742f9b7dbe53d986bffc84f8b5e",
url: "http://shain-bucket.s3.amazonaws.com/fips-2.0-linux.tar.gz" }