diff options
Diffstat (limited to 'source/tcl/expect/expect.SlackBuild')
-rwxr-xr-x | source/tcl/expect/expect.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/tcl/expect/expect.SlackBuild b/source/tcl/expect/expect.SlackBuild index eb480686..42575f8f 100755 --- a/source/tcl/expect/expect.SlackBuild +++ b/source/tcl/expect/expect.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2006, 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2006, 2008, 2009, 2010, 2013 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ PKGNAM=expect VERSION=5.44.1.15 -TCLVER=8.5.8 -BUILD=${BUILD:-1} +TCLVER=8.6.0 +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |