wok-next diff tcl/receipt @ rev 17652

Up: tcl 8.6.3
author Alexander Medvedev <devl547@gmail.com>
date Sat Feb 14 22:32:45 2015 +0000 (2015-02-14)
parents f8e9bf4989d3
children 9a27b923c7b7
line diff
     1.1 --- a/tcl/receipt	Thu Apr 24 03:51:21 2014 +0200
     1.2 +++ b/tcl/receipt	Sat Feb 14 22:32:45 2015 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tcl"
     1.7 -VERSION="8.5.10"
     1.8 +VERSION="8.6.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The Tool Command Language"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -38,5 +38,5 @@
    1.13  	cp -a $install/usr/lib/tcl8* $fs/usr/lib
    1.14  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.15  	cp -a $install/usr/bin $fs/usr
    1.16 -	ln -sf tclsh8.5 $fs/usr/bin/tclsh
    1.17 +	ln -sf tclsh8.6 $fs/usr/bin/tclsh
    1.18  }