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 2 3 4 5 6 7 8 9 10 11 |
#! /bin/bash
# Define parameters
VERS=0.1.5-alpha
PLAINVERS="$(echo "${VERS}" | sed 's@-alpha$@@')"
SRC="src/vectcl-${VERS}.tar.gz"
SRCURL="https://github.com/auriocus/VecTcl/archive/v${VERS}.tar.gz"
BUILDDIR="VecTcl-${VERS}"
export VERS SRC SRCURL BUILDDIR
# Load common functions
|
| |
1 2 3 4 5 6 7 8 9 10 11 |
#! /bin/bash
# Define parameters
VERS=0.1.7-alpha
PLAINVERS="$(echo "${VERS}" | sed 's@-alpha$@@')"
SRC="src/vectcl-${VERS}.tar.gz"
SRCURL="https://github.com/auriocus/VecTcl/archive/v${VERS}.tar.gz"
BUILDDIR="VecTcl-${VERS}"
export VERS SRC SRCURL BUILDDIR
# Load common functions
|