development/mold: Updated for version 2.31.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
68efe14c91
commit
33aa8e1077
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mold
|
||||
VERSION=${VERSION:-2.30.0}
|
||||
VERSION=${VERSION:-2.31.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mold"
|
||||
VERSION="2.30.0"
|
||||
VERSION="2.31.0"
|
||||
HOMEPAGE="https://github.com/rui314/mold"
|
||||
DOWNLOAD="https://github.com/rui314/mold/archive/v2.30.0/mold-2.30.0.tar.gz"
|
||||
MD5SUM="061da806be174abe79d87c3a439f982f"
|
||||
DOWNLOAD="https://github.com/rui314/mold/archive/v2.31.0/mold-2.31.0.tar.gz"
|
||||
MD5SUM="fdfcddefc039071f5a7611c051a8f5ea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue