diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-11 22:26:36 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:26:36 +0200 |
commit | 8010e0e25b6c706c7820aead3c79c6e2b07be792 (patch) | |
tree | a45f16cd46fd7e22901bd51d969f49946096e7ec /system/ddrescue/ddrescue.SlackBuild | |
parent | de31395636de7dca94cb8e64011bc0a24d3c340a (diff) | |
download | slackbuilds-8010e0e25b6c706c7820aead3c79c6e2b07be792.tar.gz |
system/ddrescue: Updated for version 1.9
Diffstat (limited to 'system/ddrescue/ddrescue.SlackBuild')
-rw-r--r-- | system/ddrescue/ddrescue.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/ddrescue/ddrescue.SlackBuild b/system/ddrescue/ddrescue.SlackBuild index 18966d7f90..f444ded6a6 100644 --- a/system/ddrescue/ddrescue.SlackBuild +++ b/system/ddrescue/ddrescue.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ddrescue -# Copyright 2007-2008 Heinz Wiesinger <hmwiesinger@gmx.at> +# Copyright 2007-2008 Heinz Wiesinger <pprkut@liwjatan.at> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,9 +23,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ddrescue -VERSION=1.8 +VERSION=1.9 ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) |