diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-05-07 14:28:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:58:43 +0700 |
commit | cd064d56d81990bc4973f930353f049b75132c88 (patch) | |
tree | b2b5d61c032450ce7697c2e0eefef147dfd12040 /system/wine-staging | |
parent | 7bc67aa33af8e726ceba01a89f09f6f46512ed33 (diff) | |
download | slackbuilds-cd064d56d81990bc4973f930353f049b75132c88.tar.gz |
system/wine-staging: Updated for version 2.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/wine-staging')
-rw-r--r-- | system/wine-staging/wine-staging.SlackBuild | 4 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index d530b2cfdd..5cfb6a8a7a 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:-2.6} +VERSION=${VERSION:-2.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,7 +65,7 @@ else LIBDIRSUFFIX="" fi -SRCNAM="wine-patched-staging" +SRCNAM=${SRCNAM:-wine-patched-staging} set -e diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info index 982b2a402b..bd59c3c7ce 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -1,8 +1,8 @@ PRGNAM="wine-staging" -VERSION="2.6" +VERSION="2.7" HOMEPAGE="http://www.wine-staging.com/" -DOWNLOAD="https://github.com/wine-compholio/wine-patched/archive/staging-2.6/wine-patched-staging-2.6.tar.gz" -MD5SUM="266e138338e4e49a407782334d0a7613" +DOWNLOAD="https://github.com/wine-compholio/wine-patched/archive/staging-2.7/wine-patched-staging-2.7.tar.gz" +MD5SUM="b70c94068ecce3dc92324988e5f11254" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="" REQUIRES="" |