1
0
Fork 0
forked from lthn/blockchain
This commit is contained in:
sowle 2020-06-22 16:12:55 +03:00
parent a4a66bb574
commit 04f799c102
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC
3 changed files with 3 additions and 3 deletions

View file

@ -140,7 +140,7 @@ fi
read checksum <<< $(sha256sum $package_filename | awk '/^/ { print $1 }' )
mail_msg="New ${build_prefix_label}${testnet_label}build for linux-x64:<br>
http://build.zano.org:8081/builds/$package_filename<br>
https://build.zano.org/builds/$package_filename<br>
sha256: $checksum"
echo "$mail_msg"

View file

@ -151,7 +151,7 @@ fi
read checksum <<< $( shasum -a 256 $package_filepath | awk '/^/ { print $1 }' )
mail_msg="New ${build_prefix_label}${testnet_label}build for macOS-x64:<br>
http://build.zano.org:8081/builds/$package_filename<br>
https://build.zano.org/builds/$package_filename<br>
sha256: $checksum"
echo "$mail_msg"

View file

@ -192,7 +192,7 @@ IF %ERRORLEVEL% NEQ 0 (
)
call :sha256 %build_zip_path% build_zip_checksum
set mail_msg="New %build_prefix% %TESTNET_LABEL%build for win-x64:<br>INST: http://build.zano.org:8081/builds/%installer_file% <br>sha256: %installer_checksum%<br><br>ZIP: http://build.zano.org:8081/builds/%build_zip_filename% <br>sha256: %build_zip_checksum%<br>"
set mail_msg="New %build_prefix% %TESTNET_LABEL%build for win-x64:<br>INST: https://build.zano.org/builds/%installer_file% <br>sha256: %installer_checksum%<br><br>ZIP: https://build.zano.org/builds/%build_zip_filename% <br>sha256: %build_zip_checksum%<br>"
echo %mail_msg%