mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/xmake: Updated for version 2.8.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
995e178ed7
commit
eac5c84da0
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xmake
|
||||
VERSION=${VERSION:-2.8.8}
|
||||
VERSION=${VERSION:-2.8.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xmake"
|
||||
VERSION="2.8.8"
|
||||
VERSION="2.8.9"
|
||||
HOMEPAGE="https://xmake.io/"
|
||||
DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.8.8/xmake-v2.8.8.tar.gz"
|
||||
MD5SUM="c8b9e193bad1e3a544d9d69ff6488c5c"
|
||||
DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.8.9/xmake-v2.8.9.tar.gz"
|
||||
MD5SUM="2b38f0522c6a20efe605f024a7949799"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue