Overview
Comment: | Upgraded to latest version of tcllib |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5ccf6eac7abf2776b35ecd12083ea00f |
User & Date: | rkeene on 2016-09-06 04:43:22 |
Other Links: | manifest | tags |
Context
2016-09-06
| ||
05:18 | Updated TLS package to use new simplified build system, requiring further refinement as well check-in: 79bd6dfe51 user: rkeene tags: trunk | |
04:43 | Upgraded to latest version of tcllib check-in: 5ccf6eac7a user: rkeene tags: trunk | |
04:41 | Moved tcllib to simplified build system check-in: 5963c4d770 user: rkeene tags: trunk | |
Changes
Modified tcllib/build.sh from [3eb69ea640] to [b4681b32e6].
1 2 3 4 | #! /usr/bin/env bash # BuildCompatible: KitCreator | | | | 1 2 3 4 5 6 7 | #! /usr/bin/env bash # BuildCompatible: KitCreator version='1.18' url="http://sourceforge.net/projects/tcllib/files/tcllib/${version}/tcllib-${version}.tar.bz2" sha256='73ee3067e20663e9401d0291028f9a5ffab8e71c7bbe1673c79edb5f266cfe7c' |