development/crosstool-ng: Updated for version 1.25.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0706779949
commit
d206655f11
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for crosstool-ng
|
||||
|
||||
# Copyright 2013-2019 Christoph Willing, Australia
|
||||
# Copyright 2013-2022 Christoph Willing, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=crosstool-ng
|
||||
VERSION=${VERSION:-1.24.0}
|
||||
VERSION=${VERSION:-1.25.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="crosstool-ng"
|
||||
VERSION="1.24.0"
|
||||
VERSION="1.25.0"
|
||||
HOMEPAGE="http://crosstool-ng.org"
|
||||
DOWNLOAD="http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.24.0.tar.xz"
|
||||
MD5SUM="c732cc7e50d80f033f9985f85aa30bea"
|
||||
DOWNLOAD="http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.25.0.tar.xz"
|
||||
MD5SUM="ee23bb485669a199b25f83ca44a45f72"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue