summaryrefslogtreecommitdiff
path: root/office/homebank/homebank.SlackBuild
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2010-06-20 09:48:24 -0400
committerErik Hanson <erik@slackbuilds.org>2010-06-20 15:20:26 -0500
commit723ff9407c49b9777643df97ff428899161cd82d (patch)
treeb0e4e0e5a2232c0cb38cdc34861dd32f0599b91d /office/homebank/homebank.SlackBuild
parenta3702653e961a177fc3f35b44ad99d3d75dfe621 (diff)
downloadslackbuilds-723ff9407c49b9777643df97ff428899161cd82d.tar.gz
office/homebank: Updated for version 4.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/homebank/homebank.SlackBuild')
-rw-r--r--office/homebank/homebank.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/office/homebank/homebank.SlackBuild b/office/homebank/homebank.SlackBuild
index 37715545e9..8200507e63 100644
--- a/office/homebank/homebank.SlackBuild
+++ b/office/homebank/homebank.SlackBuild
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=homebank
-VERSION=4.2.1
+VERSION=4.3
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