mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/crosstool-ng: Updated for version 1.19.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e4d2f450a6
commit
1d5def47f9
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for <appname>
|
# Slackware build script for crosstool-ng
|
||||||
|
|
||||||
# Copyright 2013 Christoph Willing, Australia
|
# Copyright 2013-2014 Christoph Willing, Australia
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=crosstool-ng
|
PRGNAM=crosstool-ng
|
||||||
VERSION=${VERSION:-1.18.0}
|
VERSION=${VERSION:-1.19.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="crosstool-ng"
|
PRGNAM="crosstool-ng"
|
||||||
VERSION="1.18.0"
|
VERSION="1.19.0"
|
||||||
HOMEPAGE="http://crosstool-ng.org"
|
HOMEPAGE="http://crosstool-ng.org"
|
||||||
DOWNLOAD="http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.18.0.tar.bz2"
|
DOWNLOAD="http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.19.0.tar.bz2"
|
||||||
MD5SUM="3376d389c632baa77f0bce1db1a196a9"
|
MD5SUM="882e5420ec0ff5a19a9d027ec5094527"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Christoph Willing"
|
MAINTAINER="Christoph Willing"
|
||||||
EMAIL="c.willing@uq.edu.au"
|
EMAIL="chris.willing@iinet.net.au"
|
||||||
|
|
Loading…
Reference in a new issue