diff options
Diffstat (limited to 'app/emulation/wine/wine.mkbuild')
-rw-r--r-- | app/emulation/wine/wine.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/emulation/wine/wine.mkbuild b/app/emulation/wine/wine.mkbuild index b17755e..658ed0c 100644 --- a/app/emulation/wine/wine.mkbuild +++ b/app/emulation/wine/wine.mkbuild @@ -17,7 +17,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/wine/wine-1.0.tar.bz2" +[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/wine/wine-1.0.1.tar.bz2" # Source base name. if different from package name. Null ("") to default value. # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -127,6 +127,7 @@ off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source off: patch_source on: configure |