office/treesheets: Updated for version 150616.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-25 18:55:29 +00:00 committed by Willy Sudiarto Raharjo
parent af8c6a0ec5
commit 0ed2e863c8
2 changed files with 12 additions and 8 deletions

View file

@ -7,7 +7,7 @@
# license: WTFPL <http://sam.zoy.org/wtfpl/COPYING>
PRGNAM=treesheets
VERSION=${VERSION:-131026}
VERSION=${VERSION:-150616}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -24,7 +24,11 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
TARBALL="${PRGNAM}_linux.tar.gz" # Name of 32bit tarball
if [ "$ARCH" = 'x86_64' ]; then
TARBALL="${PRGNAM}_linux64.tar.gz"
else
TARBALL="${PRGNAM}_linux.tar.gz"
fi
TARBALL_ROOT="TS" # Name of tarballs root directory
set -eu

View file

@ -1,10 +1,10 @@
PRGNAM="treesheets"
VERSION="131026"
HOMEPAGE="http://treesheets.com"
DOWNLOAD="http://treesheets.com/treesheets_linux.tar.gz"
MD5SUM="44b69ef0dfd531250a82c6a695cf787e"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
VERSION="150616"
HOMEPAGE="http://strlen.com/treesheets/"
DOWNLOAD="http://strlen.com/treesheets/treesheets_linux.tar.gz"
MD5SUM="ca54da21fbdc1aa2146f5bf77bbb6687"
DOWNLOAD_x86_64="http://strlen.com/treesheets/treesheets_linux64.tar.gz"
MD5SUM_x86_64="1c2485fec9a564f222843a2df196eccd"
REQUIRES=""
MAINTAINER="Luke Williams"
EMAIL="xocel@iquidus.org"