Skip to content

Commit

Permalink
Update hashes for Android & Windows dependency packages (#9424)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz authored Jan 8, 2025
1 parent 7ff29c3 commit 0077ff2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions script/android/install_packages.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:: ###########################################################################
:: # fheroes2: https://github.com/ihhub/fheroes2 #
:: # Copyright (C) 2022 - 2024 #
:: # Copyright (C) 2022 - 2025 #
:: # #
:: # This program is free software; you can redistribute it and/or modify #
:: # it under the terms of the GNU General Public License as published by #
Expand All @@ -23,7 +23,7 @@
set DST_DIR=%~dp0\..\..\android

set PKG_FILE=android.zip
set PKG_FILE_SHA256=40C434A29A79019FF953D1D90D58522625A7E2EEA3331082700C23DBAEB643AB
set PKG_FILE_SHA256=19C666EFE0824C970CBC5B83CD805F1F0374CA1B10EE1D3D3712C4928EC398B8
set PKG_URL=https://github.com/fheroes2/fheroes2-prebuilt-deps/releases/download/android-deps/%PKG_FILE%
set PKG_TLS=[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

Expand Down
4 changes: 2 additions & 2 deletions script/android/install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

###########################################################################
# fheroes2: https://github.com/ihhub/fheroes2 #
# Copyright (C) 2022 - 2024 #
# Copyright (C) 2022 - 2025 #
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
Expand All @@ -23,7 +23,7 @@
set -e -o pipefail

PKG_FILE="android.zip"
PKG_FILE_SHA256="40c434a29a79019ff953d1d90d58522625a7e2eea3331082700c23dbaeb643ab"
PKG_FILE_SHA256="19c666efe0824c970cbc5b83cd805f1f0374ca1b10ee1d3d3712c4928ec398b8"
PKG_URL="https://github.com/fheroes2/fheroes2-prebuilt-deps/releases/download/android-deps/$PKG_FILE"

TMP_DIR="$(mktemp -d)"
Expand Down
4 changes: 2 additions & 2 deletions script/windows/install_packages.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:: ###########################################################################
:: # fheroes2: https://github.com/ihhub/fheroes2 #
:: # Copyright (C) 2021 - 2024 #
:: # Copyright (C) 2021 - 2025 #
:: # #
:: # This program is free software; you can redistribute it and/or modify #
:: # it under the terms of the GNU General Public License as published by #
Expand All @@ -23,7 +23,7 @@
set DST_DIR=%~dp0\..\..\VisualStudio\packages

set PKG_FILE=windows.zip
set PKG_FILE_SHA256=730687987AD31C68511F5E5D7B5A95D4B679FBFF926E272E7A73DB4776BFF828
set PKG_FILE_SHA256=1DEE8433087A6B78419EB7832D9B9A9241B5AE8CF018870E044B40C7083C3BDD
set PKG_URL=https://github.com/fheroes2/fheroes2-prebuilt-deps/releases/download/windows-deps/%PKG_FILE%
set PKG_TLS=[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

Expand Down

0 comments on commit 0077ff2

Please sign in to comment.