From c9ef785216d0218dc04ed19037aea3866d8b40af Mon Sep 17 00:00:00 2001 From: Sir-Boops Date: Sat, 21 Oct 2017 00:36:57 -0600 Subject: [PATCH] wine: update to 2.19 (#8410) --- srcpkgs/wine/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 24bc6d87487..be278b10079 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=2.18 +version=2.19 revision=1 build_style=gnu-configure configure_args="--without-gstreamer" @@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni " license="LGPL-2.1" homepage="http://www.winehq.org/" distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz" -checksum=9f0931129878157d717cb39f16cd33bf49f40aac77331c93d0ad30f2ccac4f50 +checksum=487131e69875ae9c2d042798f954160146e603e449c3c97981f29b42f4a66095 CC="gcc" CFLAGS="-O2 -pipe" @@ -46,7 +46,7 @@ fi if [ ${build_option_staging} ]; then makedepends+=" libva-devel gtk+3-devel" distfiles+=" https://github.com/wine-compholio/wine-staging/archive/v${version}.tar.gz" - checksum+=" 69c75d3ca17b1c3617cd0934a9e9ad6fca37c6679900d2cb63f6981aa1026cc8" + checksum+=" 2fdb083a484708362433000f92b54a5d648df190b2ab084647c45f5624063bd2" fi post_extract() {