diff options
author | Eugene M <damagedone@gmx.com> | 2016-10-13 14:34:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-13 14:34:32 +0700 |
commit | b0166c0fd0c9e6b4d230fb4d0f240046e39faffe (patch) | |
tree | db33402973c2c091849d02f61d05826224b26ea8 /development/sbcl/sbcl.SlackBuild | |
parent | e1417d6ba72231ee75509006842c022d8023fc75 (diff) | |
download | slackbuilds-b0166c0fd0c9e6b4d230fb4d0f240046e39faffe.tar.gz |
development/sbcl: Updated for version 1.3.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/sbcl/sbcl.SlackBuild')
-rw-r--r-- | development/sbcl/sbcl.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/sbcl/sbcl.SlackBuild b/development/sbcl/sbcl.SlackBuild index ac4e8d888c..51e937e4e7 100644 --- a/development/sbcl/sbcl.SlackBuild +++ b/development/sbcl/sbcl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sbcl -# Copyright 2006 - 2015 Paul Wisehart, <paul at oldcode dot org> +# Copyright 2006-2015 Paul Wisehart, <paul at oldcode dot org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # Modified by Eugene M., <damagedone at gmx dot com> PRGNAM=sbcl -VERSION=${VERSION:-1.3.8} +VERSION=${VERSION:-1.3.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |