Skip to content

Commit

Permalink
Update to v0.4 of OpenSoldat assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
BranDougherty committed Oct 29, 2022
1 parent d6e5f61 commit 6f8fab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake_modules/OpenSoldatAssets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ macro(download_assets)

set(BASE_REPOSITORY_URL "https://github.com/opensoldat/base"
CACHE STRING "We pull soldat.smod and font from here")
set(BASE_GIT_TAG "v0.3"
set(BASE_GIT_TAG "v0.4"
CACHE STRING "Git tag associated with release in base repository")
set(SOLDAT_SMOD_SHA1 "333e847dbfc0fbf489824af5eed4e3dcb50cd699"
set(SOLDAT_SMOD_SHA1 "3441163e969c6059972def2da4542d2bacab516a"
CACHE STRING "Expected SHA1 of soldat.smod download")
set(DOWNLOAD_URL ${BASE_REPOSITORY_URL}/releases/download/${BASE_GIT_TAG})
set(DOWNLOADS_DIR downloads)
Expand Down

0 comments on commit 6f8fab2

Please sign in to comment.