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