[vlc-commits] contrib: microdns: Update to the latest version, 0.0.9

Martin Storsjö git at videolan.org
Tue Feb 27 15:09:05 CET 2018


vlc | branch: master | Martin Storsjö <martin at martin.st> | Tue Feb 27 16:07:42 2018 +0200| [733e8f7e3396fd0b6466cbdf0ad7a3ec56eaceb9] | committer: Martin Storsjö

contrib: microdns: Update to the latest version, 0.0.9

This version fixes building with llvm-mingw with mingw-w64 targeting
a version of windows >= vista.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=733e8f7e3396fd0b6466cbdf0ad7a3ec56eaceb9
---

 contrib/src/microdns/SHA512SUMS | 2 +-
 contrib/src/microdns/rules.mak  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/microdns/SHA512SUMS b/contrib/src/microdns/SHA512SUMS
index 3685407700..3e2de4d4c5 100644
--- a/contrib/src/microdns/SHA512SUMS
+++ b/contrib/src/microdns/SHA512SUMS
@@ -1 +1 @@
-af5d2123761ae118d4ae4c4e24f9c8a971bacd33de9bbdd181e5ffdee1882701b7ddf6833bf49f68268ae913b483c6e49f0f2bae38878cb22f6e8472ee03a7c4  microdns-0.0.8.tar.gz
+f843ecd336e648496b29a285608b30b64b7a7fb0480061aac99db20480fce83892ced6df84ec293c47fc726a6cc96c7aa5339f33586288bbf0ef752ed4ce2127  microdns-0.0.9.tar.gz
diff --git a/contrib/src/microdns/rules.mak b/contrib/src/microdns/rules.mak
index d979e2a3c0..acaef0919c 100644
--- a/contrib/src/microdns/rules.mak
+++ b/contrib/src/microdns/rules.mak
@@ -1,6 +1,6 @@
 # libmicrodns
 
-LIBMICRODNS_VERSION := 0.0.8
+LIBMICRODNS_VERSION := 0.0.9
 LIBMICRODNS_URL := https://github.com/videolabs/libmicrodns/releases/download/$(LIBMICRODNS_VERSION)/microdns-$(LIBMICRODNS_VERSION).tar.gz
 
 ifndef HAVE_MACOSX



More information about the vlc-commits mailing list