diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-04-23 00:23:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-29 12:51:21 +0700 |
commit | 7f33f8ee3fc4dbb80c7f671168b3ac31422f0bcb (patch) | |
tree | 539a6b6a68ed709756d025260ffac2e5cf4bebec /system/wipe | |
parent | 428891681b0ffc3b94c274c4b8f69dc99d2399dd (diff) |
system/wipe: Update HOMEPAGE, download URL and SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/wipe')
-rw-r--r-- | system/wipe/README | 4 | ||||
-rw-r--r-- | system/wipe/slack-desc | 4 | ||||
-rw-r--r-- | system/wipe/wipe.SlackBuild | 10 | ||||
-rw-r--r-- | system/wipe/wipe.info | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/system/wipe/README b/system/wipe/README index 3a0a6a99eff3..a9185491fc7a 100644 --- a/system/wipe/README +++ b/system/wipe/README @@ -1,4 +1,4 @@ wipe (Secure data destruction). -Wipe is a file and block device wiping utility. It is based on work by -Peter Gutmann. +Wipe is a file and block device wiping utility. It is based on work +by Peter Gutmann. diff --git a/system/wipe/slack-desc b/system/wipe/slack-desc index ad9cfa745304..09ce1bbae75f 100644 --- a/system/wipe/slack-desc +++ b/system/wipe/slack-desc @@ -8,10 +8,10 @@ |-----handy-ruler------------------------------------------------------| wipe: wipe (Secure data destruction) wipe: -wipe: Wipe is a file and block device wiping utility. It is based on work +wipe: Wipe is a file and block device wiping utility. It is based on work wipe: by Peter Gutmann. wipe: -wipe: Home page: http://sourceforge.net/projects/wipe/ +wipe: Home page: https://sourceforge.net/projects/wipe/ wipe: wipe: wipe: diff --git a/system/wipe/wipe.SlackBuild b/system/wipe/wipe.SlackBuild index 68895363e99f..c9f3bf90dea0 100644 --- a/system/wipe/wipe.SlackBuild +++ b/system/wipe/wipe.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for wipe. # -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,12 +24,12 @@ PRGNAM=wipe VERSION=${VERSION:-2.3.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/system/wipe/wipe.info b/system/wipe/wipe.info index c0d04d97b39f..e2d2bef2a133 100644 --- a/system/wipe/wipe.info +++ b/system/wipe/wipe.info @@ -1,7 +1,7 @@ PRGNAM="wipe" VERSION="2.3.1" -HOMEPAGE="http://sourceforge.net/projects/wipe/" -DOWNLOAD="http://sourceforge.net/projects/wipe/files/wipe/2.3.1/wipe-2.3.1.tar.bz2" +HOMEPAGE="https://sourceforge.net/projects/wipe/" +DOWNLOAD="https://sourceforge.net/projects/wipe/files/wipe/2.3.1/wipe-2.3.1.tar.bz2" MD5SUM="3aed00711e0490edbec115bc283b8544" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |