shithub: opusfile

Download patch

ref: 39c355ac011cf748cd83cfa26290d43f3e401d51
parent: 0e2055e4f246dbcd3fe19d7600452a6be5f4b1f2
author: Ralph Giles <giles@thaumas.net>
date: Sat May 2 08:32:05 EDT 2020

mingw: Update dependency versions.

Latest release versions and checksums.

--- a/mingw/Makefile
+++ b/mingw/Makefile
@@ -5,14 +5,14 @@
 # To build opusfile under mingw, we first need to build:
 DEPS = ogg opus ssl
 
-ogg_URL := https://downloads.xiph.org/releases/ogg/libogg-1.3.3.tar.xz
-ogg_SHA := 4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08
+ogg_URL := https://downloads.xiph.org/releases/ogg/libogg-1.3.4.tar.xz
+ogg_SHA := c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe
 
-opus_URL := https://archive.mozilla.org/pub/opus/opus-1.3-rc2.tar.gz
-opus_SHA := f6bab321fb81db984766f1e4d340a9e71a5ca2c5d4d53f4ee072e84afda271ca
+opus_URL := https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz
+opus_SHA := 65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d
 
-ssl_URL := https://openssl.org/source/openssl-1.0.2p.tar.gz
-ssl_SHA := 50a98e07b1a89eb8f6a99477f262df71c6fa7bef77df4dc83025a2845c827d00
+ssl_URL := https://openssl.org/source/openssl-1.1.1g.tar.gz
+ssl_SHA := ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46
 
 all: $(DEPS)