Update Wine

This commit is contained in:
Michael Raskin 2012-12-08 13:28:15 +04:00
parent d3e5b8feee
commit 50f368c0ec
2 changed files with 10 additions and 2 deletions

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/wine/${name}.tar.bz2"; url = "mirror://sourceforge/wine/${name}.tar.bz2";
sha256 = "05ac8qlpbiacn3gmwlafpppyl7r2grsym20gz163szsbmfzlqnxi"; sha256 = "08qhjqia2g6pm5rnawcvfz64pm2pmjaxafmwdyn950rdwrd7kbai";
}; };
gecko = fetchurl { gecko = fetchurl {
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = { meta = {
version = "1.5.17"; version = "1.5.19";
homepage = "http://www.winehq.org/"; homepage = "http://www.winehq.org/";
license = "LGPL"; license = "LGPL";
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix"; description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";

View File

@ -0,0 +1,8 @@
url http://sourceforge.net/projects/wine/files/Source/
version_link '[.]tar[.][^./]+/download$'
SF_redirect
do_overwrite () {
ensure_hash
set_var_value version "$CURRENT_VERSION"
set_var_value sha256 "$CURRENT_HASH"
}