ca333
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
binary_artifacts.sh
|
@ -27,7 +27,7 @@ mv assets/artifacts.supernet.org/latest/osx assets/bin/osx |
|
|
echo Moving legacy libs to assets/bin |
|
|
echo Moving legacy libs to assets/bin |
|
|
wget https://supernetorg.bintray.com/misc/libs_legacy_osx.zip |
|
|
wget https://supernetorg.bintray.com/misc/libs_legacy_osx.zip |
|
|
checksum=`shasum -a 256 libs_legacy_osx.zip | awk '{ print $1 }'` |
|
|
checksum=`shasum -a 256 libs_legacy_osx.zip | awk '{ print $1 }'` |
|
|
if [ "$checksum" = "e9474aa243694a2d4c87fccc443e4b16a9a5172a24da76af9e5ecddd006649bb" ]; then |
|
|
if [ "$checksum" = "c01a3d1ebfffa2d66fd8eadcc783524a5918f92c52da31dfeea61725a2c2427c" ]; then |
|
|
echo "Checksum is correct." |
|
|
echo "Checksum is correct." |
|
|
unzip libs_legacy_osx.zip |
|
|
unzip libs_legacy_osx.zip |
|
|
cp -rvf libs_legacy_osx/* assets/bin/osx/. |
|
|
cp -rvf libs_legacy_osx/* assets/bin/osx/. |
|
@ -51,4 +51,4 @@ mv assets/artifacts.supernet.org/latest/linux assets/bin/linux64/ |
|
|
echo |
|
|
echo |
|
|
echo ========================================= |
|
|
echo ========================================= |
|
|
echo Step: Finished Updating binaries from artifacts |
|
|
echo Step: Finished Updating binaries from artifacts |
|
|
echo |
|
|
echo |
|
|