shithub: opusfile

Download patch

ref: c7589134ce9e7b13153be82c6f84767745b3d6f1
parent: 5d38a3db15e75dd5a4d22f84afcf2f9a403d4f72
author: Ralph Giles <giles@thaumas.net>
date: Tue Jun 6 10:11:30 EDT 2017

mingw: Bump docker base image to fedora:25.

fedora:24 will be end-of-life soon.

--- a/mingw/Dockerfile
+++ b/mingw/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:24
+FROM fedora:25
 MAINTAINER opus@xiph.org
 
 # Linux build.
--- a/mingw/Makefile
+++ b/mingw/Makefile
@@ -88,7 +88,7 @@
 # CROSS_COMPILE="i686-w64-mingw32-" ./Configure mingw no-asm no-shared --prefix=$PWD/mingw && make depend && make -j8 && make install
 
 # Package the binaries.
-DIST := opusfile-0.8-f24docker-win32
+DIST := opusfile-0.8-f25docker-win32
 package: $(DIST).zip
 
 $(DIST).zip: $(DIST)