mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +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):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/fmtlib/fmt/archive/refs/tags/7.1.3.tar.gz',
|
'https://github.com/fmtlib/fmt/archive/refs/tags/8.1.1.tar.gz',
|
||||||
'5cae7072042b3043e12d53d50ef404bbb76949dad1de368d7f993a15c8c05ecc')
|
'3d794d3cf67633b34b2771eb9f073bde87e846e0d395d254df7b211ef1ec7346')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
opts = state.options
|
opts = state.options
|
||||||
|
|
Loading…
Reference in a new issue