mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/crosstool-ng: Updated for version 1.24.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
7996293169
commit
54be9f6f08
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for crosstool-ng
|
||||
|
||||
# Copyright 2013-2017 Christoph Willing, Australia
|
||||
# Copyright 2013-2019 Christoph Willing, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=crosstool-ng
|
||||
VERSION=${VERSION:-1.23.0}
|
||||
VERSION=${VERSION:-1.24.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -90,7 +90,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README* TODO LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING TODO LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="crosstool-ng"
|
||||
VERSION="1.23.0"
|
||||
VERSION="1.24.0"
|
||||
HOMEPAGE="http://crosstool-ng.org"
|
||||
DOWNLOAD="http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.23.0.tar.xz"
|
||||
MD5SUM="a579d9a2a9eb0e8e62be4f2ed19723bc"
|
||||
DOWNLOAD="http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.24.0.tar.xz"
|
||||
MD5SUM="c732cc7e50d80f033f9985f85aa30bea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue