File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
set DST_DIR = %~dp0 \..\..\android
24
24
25
25
set PKG_FILE = android.zip
26
- set PKG_FILE_SHA256 = A966B73F745F79BCC3868A621597B2EDD3BE5FE29FC83FE0F6640BA0FE00085D
26
+ set PKG_FILE_SHA256 = B641793ED054F73F905C0793ED8A025EF3938C15E7EBD48CC7C8073E72A2FFF2
27
27
set PKG_URL = https://github.com/fheroes2/fheroes2-prebuilt-deps/releases/download/android-deps/%PKG_FILE%
28
28
set PKG_TLS = [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
29
29
Original file line number Diff line number Diff line change 23
23
set -e -o pipefail
24
24
25
25
PKG_FILE=" android.zip"
26
- PKG_FILE_SHA256=" a966b73f745f79bcc3868a621597b2edd3be5fe29fc83fe0f6640ba0fe00085d "
26
+ PKG_FILE_SHA256=" b641793ed054f73f905c0793ed8a025ef3938c15e7ebd48cc7c8073e72a2fff2 "
27
27
PKG_URL=" https://github.com/fheroes2/fheroes2-prebuilt-deps/releases/download/android-deps/$PKG_FILE "
28
28
29
29
TMP_DIR=" $( mktemp -d) "
You can’t perform that action at this time.
0 commit comments