Check-in [fb4239c342]
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
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env bash

# BuildCompatible: KitCreator

version='0.6'
url="http://rkeene.org/devel/tuapi-${version}.tar.gz"
sha256='-'

function configure() {
	:
}

function build() {
	(






|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env bash

# BuildCompatible: KitCreator

version='0.6'
url="http://rkeene.org/devel/tuapi-${version}.tar.gz"
sha256='9e5d8cac9a6962b8afe9f88a0aa44303abbbfc5c0980d27ff7c0351a9c297d0b'

function configure() {
	:
}

function build() {
	(