mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/mold: Updated for version 2.32.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
12de802a01
commit
928c9ce98e
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mold
|
||||
VERSION=${VERSION:-2.32.0}
|
||||
VERSION=${VERSION:-2.32.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mold"
|
||||
VERSION="2.32.0"
|
||||
VERSION="2.32.1"
|
||||
HOMEPAGE="https://github.com/rui314/mold"
|
||||
DOWNLOAD="https://github.com/rui314/mold/archive/v2.32.0/mold-2.32.0.tar.gz"
|
||||
MD5SUM="a6d222dacd30f0c11546a2194f737280"
|
||||
DOWNLOAD="https://github.com/rui314/mold/archive/v2.32.1/mold-2.32.1.tar.gz"
|
||||
MD5SUM="75741a98f8213dd4223c209671133c21"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue