diff options
author | Klaatu <klaatu@member.fsf.org> | 2012-06-28 16:42:29 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-28 16:42:29 -0400 |
commit | 6776de2bd883f8cc256e73a6495dbfb797600fab (patch) | |
tree | 92c2f5953d80631d4b5751862b2ae373f6cdcddd /misc/ophcrack/ophcrack.SlackBuild | |
parent | 7c46b5b87f11e119d020377b6dec957737d2ac1a (diff) | |
download | slackbuilds-6776de2bd883f8cc256e73a6495dbfb797600fab.tar.gz |
misc/ophcrack: Updated for version 3.4.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/ophcrack/ophcrack.SlackBuild')
-rw-r--r-- | misc/ophcrack/ophcrack.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/ophcrack/ophcrack.SlackBuild b/misc/ophcrack/ophcrack.SlackBuild index faa30eccff..a55f64356c 100644 --- a/misc/ophcrack/ophcrack.SlackBuild +++ b/misc/ophcrack/ophcrack.SlackBuild @@ -3,16 +3,14 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=ophcrack -VERSION=${VERSION:-3.3.1} +VERSION=${VERSION:-3.4.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 |