Overview
Comment: | Added SHA256 for TUAPI |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | fb4239c342cb5e8d557b381bae030bdb34c7c355 |
User & Date: | rkeene on 2019-08-08 17:57:50 |
Other Links: | manifest | tags |
Context
2019-08-08
| ||
17:58 | Better handling of "--disable-stubs" check-in: ea6fb9ca3b user: rkeene tags: trunk | |
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 | |
Changes
Modified tuapi/build.sh from [394d9a4b1e] to [d7c9079743].
1 1 #! /usr/bin/env bash 2 2 3 3 # BuildCompatible: KitCreator 4 4 5 5 version='0.6' 6 6 url="http://rkeene.org/devel/tuapi-${version}.tar.gz" 7 -sha256='-' 7 +sha256='9e5d8cac9a6962b8afe9f88a0aa44303abbbfc5c0980d27ff7c0351a9c297d0b' 8 8 9 9 function configure() { 10 10 : 11 11 } 12 12 13 13 function build() { 14 14 (