system/trackfs: Updated for version 0.1.0.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
B. Watson 2013-06-22 00:08:53 -05:00 committed by Niels Horn
parent c6c1602600
commit 01413445ff
2 changed files with 6 additions and 7 deletions

View file

@ -4,20 +4,19 @@
# Written by B. Watson (yalhcru@gmail.com)
# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Modified again by B. Watson for 0.1.0
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=trackfs
VERSION=${VERSION:-0.0.9}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,8 +1,8 @@
PRGNAM="trackfs"
VERSION="0.0.9"
VERSION="0.1.0"
HOMEPAGE="http://www.mr511.de/software/english.html"
DOWNLOAD="http://www.mr511.de/software/trackfs-0.0.9.tar.gz"
MD5SUM="09aba6f015751edbf3f276b4000e13ed"
DOWNLOAD="http://www.mr511.de/software/trackfs-0.1.0.tar.gz"
MD5SUM="602bdd3c74862c3cf2c1e06fd96e6f21"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""