mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
business/stansoft: Updated for version 7.13.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9e5d860d3e
commit
1669b980d8
2 changed files with 8 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=stansoft
|
||||
VERSION=${VERSION:-7.11}
|
||||
VERSION=${VERSION:-7.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,9 +66,9 @@ if [ "$ARCH" = "i586" ]; then
|
|||
elif [ "$ARCH" = "i686" ]; then
|
||||
SARCH=x86
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SARCH=$ARCH
|
||||
else
|
||||
SARCH=x86_64
|
||||
else
|
||||
SARCH=$ARCH
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="stansoft"
|
||||
VERSION="7.11"
|
||||
VERSION="7.13"
|
||||
HOMEPAGE="http://www.stansoft.org"
|
||||
DOWNLOAD="http://download.stansoft.org/files/stansoft-v7.11-x86.tar.bz2"
|
||||
MD5SUM="55e67a1d9fc08332672080f684ba23d4"
|
||||
DOWNLOAD_x86_64="http://download.stansoft.org/files/stansoft-v7.11-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="f5abfdf430f5c6dd66cb522483c4d8c7"
|
||||
DOWNLOAD="http://download.stansoft.org/files/stansoft-v7.13-x86.tar.bz2"
|
||||
MD5SUM="302a3a709130b2a9501a1f61f8d75bad"
|
||||
DOWNLOAD_x86_64="http://download.stansoft.org/files/stansoft-v7.13-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="5743d3b42425bec2f58cef51c4ee4b47"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Stansoft"
|
||||
EMAIL="info@stansoft.org"
|
||||
|
|
Loading…
Reference in a new issue