Browse Source

Update checksum in download script

Update checksum for the updated optimized libs in download script.

Signed-off-by: Zhang Lili Z lili.z.zhang@intel.com
lzha101 5 years ago
parent
commit
8b6c63253a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      download_prebuilt.sh

+ 1 - 1
download_prebuilt.sh

@@ -38,7 +38,7 @@ ae_file_name=prebuilt-ae-2.1.3.tar
 server_url_path=https://download.01.org/intel-sgx/linux-2.1.3/
 server_optlib_url=$server_url_path/$optlib_name
 server_ae_url=$server_url_path/$ae_file_name
-optlib_sha256=b8091d8ad9ea91949610468944b2604c858833f70099c7d369234acd3d62c774
+optlib_sha256=5a40b2b34f9a41f42bc4dd95761168e22eb63948ffce856f540d28a60b32ef93
 ae_sha256=022fadd5a72234282176c09695c08b755defcffb82ea47b7dd9337c2f43b8378
 rm -rf $out_dir/$optlib_name
 wget $server_optlib_url -P $out_dir