mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
aedi: update flac to 1.4.2
This commit is contained in:
parent
adda2889ff
commit
9e6c94b300
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ class FlacTarget(CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/xiph/flac/releases/download/1.4.1/flac-1.4.1.tar.xz',
|
'https://github.com/xiph/flac/releases/download/1.4.2/flac-1.4.2.tar.xz',
|
||||||
'91303c3e5dfde52c3e94e75976c0ab3ee14ced278ab8f60033a3a12db9209ae6')
|
'e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
opts = state.options
|
opts = state.options
|
||||||
|
|
Loading…
Reference in a new issue