File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ TOOL_PREFIX ?= i686-w64-mingw32
55# To build opusfile under mingw, we first need to build:
66DEPS = ogg opus ssl
77
8- ogg_URL := https://downloads.xiph.org/releases/ogg/libogg-1.3.3 .tar.xz
9- ogg_SHA := 4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08
8+ ogg_URL := https://downloads.xiph.org/releases/ogg/libogg-1.3.4 .tar.xz
9+ ogg_SHA := c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe
1010
11- opus_URL := https://archive.mozilla.org/pub/opus/opus-1.3-rc2 .tar.gz
12- opus_SHA := f6bab321fb81db984766f1e4d340a9e71a5ca2c5d4d53f4ee072e84afda271ca
11+ opus_URL := https://archive.mozilla.org/pub/opus/opus-1.3.1 .tar.gz
12+ opus_SHA := 65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d
1313
14- ssl_URL := https://openssl.org/source/openssl-1.0.2p .tar.gz
15- ssl_SHA := 50a98e07b1a89eb8f6a99477f262df71c6fa7bef77df4dc83025a2845c827d00
14+ ssl_URL := https://openssl.org/source/openssl-1.1.1g .tar.gz
15+ ssl_SHA := ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46
1616
1717all : $(DEPS )
1818
You can’t perform that action at this time.
0 commit comments