wok-next 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 | 63c5836ca32c |
children | f2d1fa647cf4 |
files | tcl-dev/receipt tcl/receipt |
line diff
1.1 --- a/tcl-dev/receipt Sat Feb 14 22:23:35 2015 +0000 1.2 +++ b/tcl-dev/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-dev" 1.7 -VERSION="8.5.10" 1.8 +VERSION="8.6.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The Tool Command Language dev files" 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/tcl/receipt Sat Feb 14 22:23:35 2015 +0000 2.2 +++ b/tcl/receipt Sat Feb 14 22:32:45 2015 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="tcl" 2.7 -VERSION="8.5.10" 2.8 +VERSION="8.6.3" 2.9 CATEGORY="development" 2.10 SHORT_DESC="The Tool Command Language" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -38,5 +38,5 @@ 2.13 cp -a $install/usr/lib/tcl8* $fs/usr/lib 2.14 cp -a $install/usr/lib/*.so* $fs/usr/lib 2.15 cp -a $install/usr/bin $fs/usr 2.16 - ln -sf tclsh8.5 $fs/usr/bin/tclsh 2.17 + ln -sf tclsh8.6 $fs/usr/bin/tclsh 2.18 }