mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
office/treesheets: Updated for version 150616.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
af8c6a0ec5
commit
0ed2e863c8
2 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue