mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/xmake: Updated for version 2.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d61975953f
commit
6249bf2473
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=xmake
|
||||
VERSION=${VERSION:-2.7.2}
|
||||
VERSION=${VERSION:-2.7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xmake"
|
||||
VERSION="2.7.2"
|
||||
VERSION="2.7.3"
|
||||
HOMEPAGE="https://xmake.io/"
|
||||
DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.7.2/xmake-v2.7.2.tar.gz"
|
||||
MD5SUM="32f5bc4206e0da5ee17eceafbf8da3e5"
|
||||
DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.7.3/xmake-v2.7.3.tar.gz"
|
||||
MD5SUM="7330c8e4b5e0ad08e01a934cfed67a11"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue