Overview
Comment: | Upgrade to Tcl-Duktape 0.7.0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
15dc8924d1bef79091ec5cfd49b7fff7 |
User & Date: | rkeene on 2019-07-22 02:14:52 |
Other Links: | manifest | tags |
Context
2019-08-08
| ||
17:57 | Added SHA256 for TUAPI check-in: fb4239c342 user: rkeene tags: trunk | |
2019-07-22
| ||
02:14 | Upgrade to Tcl-Duktape 0.7.0 check-in: 15dc8924d1 user: rkeene tags: trunk | |
2019-06-19
| ||
18:39 | Renamed noextern script to be more appropriate check-in: ec1baaf189 user: rkeene tags: trunk | |
Changes
Modified duktape/build.sh from [478810d2cb] to [c546e3a8f8].
1 2 3 4 | #! /usr/bin/env bash # BuildCompatible: KitCreator | | | | 1 2 3 4 5 6 7 8 | #! /usr/bin/env bash # BuildCompatible: KitCreator version='0.7.0' url="https://github.com/dbohdan/tcl-duktape/archive/v${version}.tar.gz" sha256='52acbed51d17bf0bc788b500135755a368930febdf5b849fb1ab541cd244ce27' tclpkg_initfunc='Tclduktape_Init' |