From bc066e15c93ebff93ce695dd77069d120b53e4dd Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sat, 5 Jun 2021 10:05:41 +0200 Subject: [PATCH] wine: update to 6.10. --- srcpkgs/wine/patches/musl-ns_name_skip.patch | 4 ++-- srcpkgs/wine/template | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/wine/patches/musl-ns_name_skip.patch b/srcpkgs/wine/patches/musl-ns_name_skip.patch index 87f8c087518..9b0a86b122c 100644 --- a/srcpkgs/wine/patches/musl-ns_name_skip.patch +++ b/srcpkgs/wine/patches/musl-ns_name_skip.patch @@ -1,7 +1,7 @@ diff --git a/dlls/dnsapi/libresolv.c b/dlls/dnsapi/libresolv.c index ac52147..0f8c2ef 100644 ---- wine-6.9/dlls/dnsapi/libresolv.c -+++ wine-6.9/dlls/dnsapi/libresolv.c +--- wine-6.10/dlls/dnsapi/libresolv.c ++++ wine-6.10/dlls/dnsapi/libresolv.c @@ -57,6 +57,43 @@ WINE_DEFAULT_DEBUG_CHANNEL(dnsapi); diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index d30c90782ec..68e6045d5a2 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=6.9 +version=6.10 revision=1 _pkgver=${version/r/-r} create_wrksrc=yes @@ -13,8 +13,8 @@ license="LGPL-2.1-or-later" homepage="http://www.winehq.org/" distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz" -checksum="18554e601def86a9a20172b085c66832914fc21e75d555f6e54ff89e7eae5bfe - e6d66bde51ccab97adb2ea968e8713e64e28f427abfafa7e4b64fceb3a69e211" +checksum="58ede148482d49188262d5a2d0c9d700a74c69c51ccaa11c5adf63d3f314419f + fe3fbea8b31eab63c5aec0418041e012dc3f7fc7951b8df97e42d542041f01df" build_options="mingw staging" build_options_default="mingw"