diff --git a/satellites/wine-mono.sat b/satellites/wine-mono.sat index adaff57..0af3a2d 100644 --- a/satellites/wine-mono.sat +++ b/satellites/wine-mono.sat @@ -1,12 +1,12 @@ # TODO: Build from source name=wine -version=4.6.4 +version=4.7.0 update_url="http://dl.winehq.org/$name/$name-mono/" update_names="\"[DIR]\"" dlfile "http://dl.winehq.org/$name/$name-mono/$version/$name-mono-$version.msi" \ - 'b0760cf51527b70435c3e4d0361a129a' + '9cc6ee353d912967f5d6a100b0104909' header_end install -Dm644 -t "$dir_install/$dir_prefix/$dir_datadir/$name/mono" "$name-mono-$version.msi" diff --git a/satellites/wine.sat b/satellites/wine.sat index 37c7cb1..3d8d6de 100644 --- a/satellites/wine.sat +++ b/satellites/wine.sat @@ -1,14 +1,14 @@ import 'compile/configure' name=wine -version=2.3 +version=2.4 update_url='https://www.winehq.org/' update_names="/announce/$version\"" define_option 'wine32=: On x86_64, enable 32bit wine support. Specify the 32bit libdir here' dlextract "http://dl.winehq.org/$name/source/2.x/$name-$version.tar.xz" \ - '7b9bb272baf14414234147c24ad377b1' + '5535ef39dfa9fee58fd6fdf2e0648373' header_end cd "$name-$version"