mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/mold: Updated for version 1.4.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
7905d96d28
commit
e6c36a19c7
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mold
|
||||
VERSION=${VERSION:-1.4.1}
|
||||
VERSION=${VERSION:-1.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mold"
|
||||
VERSION="1.4.1"
|
||||
VERSION="1.4.2"
|
||||
HOMEPAGE="https://github.com/rui314/mold"
|
||||
DOWNLOAD="https://github.com/rui314/mold/archive/v1.4.1/mold-1.4.1.tar.gz"
|
||||
MD5SUM="e21fff1962e98787ea0636d68d6369af"
|
||||
DOWNLOAD="https://github.com/rui314/mold/archive/v1.4.2/mold-1.4.2.tar.gz"
|
||||
MD5SUM="3a9891b330789fe04fbcced05b5fffe2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue