mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/wine: Updated for version 5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c4207d380
commit
d634bce518
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wine
|
||||
VERSION=${VERSION:-4.0.3}
|
||||
VERSION=${VERSION:-5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=$(pwd)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wine"
|
||||
VERSION="4.0.3"
|
||||
VERSION="5.0"
|
||||
HOMEPAGE="http://www.winehq.com/"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/4.0/wine-4.0.3.tar.xz"
|
||||
MD5SUM="0a4c3edd95031d590420f0b193afb0a6"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/5.0/wine-5.0.tar.xz"
|
||||
MD5SUM="95993144d0c63bdd31110ae5a90c77b2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue