summaryrefslogtreecommitdiffstats
path: root/x11-libs/wine
diff options
context:
space:
mode:
authorIsmael Luceno2017-09-17 18:04:44 -0300
committerIsmael Luceno2017-09-17 18:04:44 -0300
commit040751ce2dc2438e2451e38a59e951182f031ab7 (patch)
tree398164495a1a8bd18b94e517bf91ac6357478b85 /x11-libs/wine
parent9b9c6f75846433eb380a92216d0a93e5c5d7d285 (diff)
wine 2.17 (devel)
Diffstat (limited to 'x11-libs/wine')
-rwxr-xr-xx11-libs/wine/DETAILS10
-rw-r--r--x11-libs/wine/HISTORY3
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index a80aa479c1..083c6143d0 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -9,16 +9,18 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_BRANCH == devel ]]; then
- VERSION=1.9.13
+ VERSION=2.17
else
VERSION=1.8.4
fi
- SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sign
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
- SOURCE_URL[1]=http://www.ibiblio.org/pub/linux/system/emulators/$SPELL/$SOURCE
+ SOURCE_URL[1]=http://mirrors.ibiblio.org/$SPELL/source/${VERSION%.*}.x/$SOURCE
+ SOURCE_URL[2]=http://dl.winehq.org/$SPELL/source/${VERSION%.*}.x/$SOURCE
SOURCE2_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE2
- SOURCE2_URL[1]=http://www.ibiblio.org/pub/linux/system/emulators/$SPELL/$SOURCE2
+ SOURCE2_URL[1]=http://mirrors.ibiblio.org/$SPELL/source/${VERSION%.*}.x/$SOURCE2
+ SOURCE2_URL[2]=http://dl.winehq.org/$SPELL/source/${VERSION%.*}.x/$SOURCE2
SOURCE_GPG=wine.gpg:$SOURCE.sign:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index a8ac13d65b..2d3fc212cb 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,5 +1,8 @@
2017-09-17 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: Use get_scm_version for scm branch
+ updated WINE_BRANCH=devel to 2.17
+ Fixed SOURCE2_URL[1], SOURCE_URL[1],
+ Added SOURCE2_URL[2], SOURCE_URL[2].
2016-08-30 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.8.4