Browse Source

Fixing the broken link and checksum for the prebuilt binaries - using the one in the tag sgx_2.1.3

dettanym 4 years ago
parent
commit
bf5c7cc6be
1 changed files with 3 additions and 2 deletions
  1. 3 2
      download_prebuilt.sh

+ 3 - 2
download_prebuilt.sh

@@ -33,12 +33,12 @@
 
 top_dir=`dirname $0`
 out_dir=$top_dir
-optlib_name=optimized_libs-2.1.3_with_license.tar
+optlib_name=optimized_libs-2.1.3.tar
 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=5a40b2b34f9a41f42bc4dd95761168e22eb63948ffce856f540d28a60b32ef93
+optlib_sha256=b8091d8ad9ea91949610468944b2604c858833f70099c7d369234acd3d62c774
 ae_sha256=022fadd5a72234282176c09695c08b755defcffb82ea47b7dd9337c2f43b8378
 rm -rf $out_dir/$optlib_name
 wget $server_optlib_url -P $out_dir 
@@ -66,3 +66,4 @@ if [ $? -ne 0 ]; then
 fi
 
 pushd $out_dir;tar -xf $optlib_name;tar -xf $ae_file_name;rm -f $optlib_name;rm -f $ae_file_name;popd
+