Overview
Comment: | Updated to latest vectcl |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | f31117d0a962e9a85546cf156cd58df82dea58ea |
User & Date: | rkeene on 2014-06-29 17:47:55 |
Other Links: | manifest | tags |
Context
2014-06-30
| ||
03:18 | Updated to remove teapot.txt created by vectcl check-in: ddb01f865a user: rkeene tags: trunk | |
2014-06-29
| ||
17:47 | Updated to latest vectcl check-in: f31117d0a9 user: rkeene tags: trunk | |
2014-06-23
| ||
20:37 | tcc4tcl 0.22 check-in: de52915810 user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/vectcl/build.sh from [3bf929969d] to [4dc71cc1b2].
1 1 #! /bin/bash 2 2 3 3 # Define parameters 4 -VERS=0.1.5-alpha 4 +VERS=0.1.7-alpha 5 5 PLAINVERS="$(echo "${VERS}" | sed 's@-alpha$@@')" 6 6 SRC="src/vectcl-${VERS}.tar.gz" 7 7 SRCURL="https://github.com/auriocus/VecTcl/archive/v${VERS}.tar.gz" 8 8 BUILDDIR="VecTcl-${VERS}" 9 9 export VERS SRC SRCURL BUILDDIR 10 10 11 11 # Load common functions