From fd9a62cd968b9c43db3dc69714e791770bef6c8d Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 27 Jan 2018 20:23:40 +0300 Subject: [PATCH] tcl-8.6.8 --- programming/language/tcl/tcl/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/tcl/tcl/actions.py b/programming/language/tcl/tcl/actions.py index 43a82fd0d2..562be8b6df 100644 --- a/programming/language/tcl/tcl/actions.py +++ b/programming/language/tcl/tcl/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools def setup(): - shelltools.unlinkDir("%s/tcl8.6.6/pkgs/sqlite3.13.0" % get.workDIR()) + shelltools.unlinkDir("%s/tcl8.6.8/pkgs/sqlite3.21.0" % get.workDIR()) shelltools.cd("unix") autotools.autoreconf("-fi")