development/mold: Updated for version 2.33.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
xaizek 2024-08-10 08:57:38 +09:00 committed by Willy Sudiarto Raharjo
parent b1533508b7
commit 2e5714908e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mold PRGNAM=mold
VERSION=${VERSION:-2.32.1} VERSION=${VERSION:-2.33.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="mold" PRGNAM="mold"
VERSION="2.32.1" VERSION="2.33.0"
HOMEPAGE="https://github.com/rui314/mold" HOMEPAGE="https://github.com/rui314/mold"
DOWNLOAD="https://github.com/rui314/mold/archive/v2.32.1/mold-2.32.1.tar.gz" DOWNLOAD="https://github.com/rui314/mold/archive/v2.33.0/mold-2.33.0.tar.gz"
MD5SUM="75741a98f8213dd4223c209671133c21" MD5SUM="3a860c9aabdf1a186cd0a0d084252105"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""