diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-12-09 14:13:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-10 13:30:55 +0700 |
commit | d32dc3395ff207f10ae2829c28cf3f2ae565222f (patch) | |
tree | e25bdf3f9c96f96cce6e91abaedac10ccdfc5703 /system | |
parent | e2d3ee11e16c4b39504f687608b744d437192529 (diff) | |
download | slackbuilds-d32dc3395ff207f10ae2829c28cf3f2ae565222f.tar.gz |
system/wine-staging: Updated for version 3.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/wine-staging/wine-staging.SlackBuild | 6 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.info | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index 0c0a054d2f..6efc2ceb24 100644 --- a/system/wine-staging/wine-staging.SlackBuild +++ b/system/wine-staging/wine-staging.SlackBuild @@ -30,7 +30,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wine-staging -VERSION=${VERSION:-3.20} +VERSION=${VERSION:-3.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -157,7 +157,7 @@ if [ -n "$WIN64" ]; then make depend make - #NUMJOBS=${NUMJOBS:-"-s -j6 -l7"} + #NUMJOBS=${NUMJOBS:-"-s -j6 -l6"} #make depend $NUMJOBS || exit 1 #make $NUMJOBS || exit 1 make install DESTDIR=$PKG @@ -190,7 +190,7 @@ if [ -z "$NOWIN32" ]; then make depend make - #NUMJOBS=${NUMJOBS:-"-s -j6 -l7"} + #NUMJOBS=${NUMJOBS:-"-s -j6 -l6"} #make $NUMJOBS depend || exit 1 #make $NUMJOBS || exit 1 make install DESTDIR=$PKG diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info index e43accdb06..6fcd5b7991 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,10 +1,10 @@ PRGNAM="wine-staging" -VERSION="3.20" +VERSION="3.21" HOMEPAGE="https://wiki.winehq.org/Wine-Staging" -DOWNLOAD="https://dl.winehq.org/wine/source/3.x/wine-3.20.tar.xz \ - https://github.com/wine-staging/wine-staging/archive/v3.20/wine-staging-3.20.tar.gz" -MD5SUM="70a33bdc8c027e0fb6cb695858451e54 \ - 36d1c9c2dff8de279aafba4e56b5966d" +DOWNLOAD="https://dl.winehq.org/wine/source/3.x/wine-3.21.tar.xz \ + https://github.com/wine-staging/wine-staging/archive/v3.21/wine-staging-3.21.tar.gz" +MD5SUM="b64fa9dce7fa50367b6f4c356b475f3e \ + c2e25baa98823329d487d7c1a98366a7" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="" REQUIRES="" |