diff options
Diffstat (limited to 'development/crosstool-ng/crosstool-ng.SlackBuild')
-rw-r--r-- | development/crosstool-ng/crosstool-ng.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/crosstool-ng/crosstool-ng.SlackBuild b/development/crosstool-ng/crosstool-ng.SlackBuild index 6b9051dca66b..f1ddac388247 100644 --- a/development/crosstool-ng/crosstool-ng.SlackBuild +++ b/development/crosstool-ng/crosstool-ng.SlackBuild @@ -1,8 +1,8 @@ #!/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. # # 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.18.0} +VERSION=${VERSION:-1.19.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |