Skip to content

Commit

Permalink
Update Windows Allegro +deps download URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Feb 16, 2018
1 parent 455b51a commit 031bf4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,23 +163,23 @@ IF(UNIX)
ELSE(UNIX)
SET(ALLEGRO_DOWNLOAD_DIR ${stonesense_SOURCE_DIR}/win${DFHACK_BUILD_ARCH})
IF(DFHACK_BUILD_64)
download_file("http://download.gna.org/allegro/allegro-unstable-bin/5.1.12/allegro-msvc2015-x64-5.1.12.zip"
download_file("https://github.com/DFHack/dfhack-bin/releases/download/0.43.05/win64-allegro-msvc2015-x64-5.1.12.zip"
${ALLEGRO_DOWNLOAD_DIR}/allegro-msvc2015-x64-5.1.12.zip
"3abb0bd88251efde001a8b65fdf17683")
execute_process(COMMAND ${CMAKE_COMMAND} -E tar xzf ${ALLEGRO_DOWNLOAD_DIR}/allegro-msvc2015-x64-5.1.12.zip
WORKING_DIRECTORY ${ALLEGRO_DOWNLOAD_DIR})
download_file("http://download.gna.org/allegro/allegro-deps/1.2.0/allegro_deps-msvc2015-x64-1.2.0.zip"
download_file("https://github.com/DFHack/dfhack-bin/releases/download/0.43.05/win64-allegro_deps-msvc2015-x64-1.2.0.zip"
${ALLEGRO_DOWNLOAD_DIR}/allegro_deps-msvc2015-x64-1.2.0.zip
"eb8d0f4569b84c36bef3733b40b00c72")
execute_process(COMMAND ${CMAKE_COMMAND} -E tar xzf ${ALLEGRO_DOWNLOAD_DIR}/allegro_deps-msvc2015-x64-1.2.0.zip
WORKING_DIRECTORY ${ALLEGRO_DOWNLOAD_DIR})
ELSE()
download_file("http://download.gna.org/allegro/allegro-unstable-bin/5.1.12/allegro-msvc2015-x86-5.1.12.zip"
download_file("https://github.com/DFHack/dfhack-bin/releases/download/0.43.05/win32-allegro-msvc2015-x86-5.1.12.zip"
${ALLEGRO_DOWNLOAD_DIR}/allegro-msvc2015-x86-5.1.12.zip
"86e6aeea828743107dc1f3a3d562e53d")
execute_process(COMMAND ${CMAKE_COMMAND} -E tar xzf ${ALLEGRO_DOWNLOAD_DIR}/allegro-msvc2015-x86-5.1.12.zip
WORKING_DIRECTORY ${ALLEGRO_DOWNLOAD_DIR})
download_file("http://download.gna.org/allegro/allegro-deps/1.2.0/allegro_deps-msvc2015-x86-1.2.0.zip"
download_file("https://github.com/DFHack/dfhack-bin/releases/download/0.43.05/win32-allegro_deps-msvc2015-x86-1.2.0.zip"
${ALLEGRO_DOWNLOAD_DIR}/allegro_deps-msvc2015-x86-1.2.0.zip
"be096bfef256cb113e25dbb2eb7fd410")
execute_process(COMMAND ${CMAKE_COMMAND} -E tar xzf ${ALLEGRO_DOWNLOAD_DIR}/allegro_deps-msvc2015-x86-1.2.0.zip
Expand Down

0 comments on commit 031bf4c

Please sign in to comment.