mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: update fmt to 8.1.1
This commit is contained in:
parent
f74ff96ab4
commit
66873b65b7
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ class FmtTarget(CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/fmtlib/fmt/archive/refs/tags/7.1.3.tar.gz',
|
||||
'5cae7072042b3043e12d53d50ef404bbb76949dad1de368d7f993a15c8c05ecc')
|
||||
'https://github.com/fmtlib/fmt/archive/refs/tags/8.1.1.tar.gz',
|
||||
'3d794d3cf67633b34b2771eb9f073bde87e846e0d395d254df7b211ef1ec7346')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
opts = state.options
|
||||
|
|
Loading…
Reference in a new issue