mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/mold: Updated for version 2.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
10247edca2
commit
a9cca06f5f
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mold
|
||||
VERSION=${VERSION:-2.3.3}
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mold"
|
||||
VERSION="2.3.3"
|
||||
VERSION="2.4.0"
|
||||
HOMEPAGE="https://github.com/rui314/mold"
|
||||
DOWNLOAD="https://github.com/rui314/mold/archive/v2.3.3/mold-2.3.3.tar.gz"
|
||||
MD5SUM="4f31740a1996b066651c16240946f435"
|
||||
DOWNLOAD="https://github.com/rui314/mold/archive/v2.4.0/mold-2.4.0.tar.gz"
|
||||
MD5SUM="8e692fe85d061e200bb66ef7a32d3ab2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue