Merge pull request #95 from xTibor/vttest-version

vttest: Add recipe version
This commit is contained in:
Jeremy Soller 2017-11-03 13:44:22 -06:00 committed by GitHub
commit 22870bd68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,11 @@
VERSION=20140305
TAR=http://invisible-island.net/datafiles/release/vttest.tar.gz
function recipe_version {
echo "$VERSION"
skip=1
}
function recipe_update {
echo "skipping update"
skip=1