diff options
author | Bloyburt <alexpen@startmail.com> | 2024-04-23 06:21:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-23 06:26:21 +0700 |
commit | 571c0c3fad158b3b0c19a0f376f0befb2ae44dba (patch) | |
tree | 0868b179995b32ef5afa1bdacb1b01cab3d35143 /system/testdisk | |
parent | d634c63f60cad3c9237943610c9e5c68788e62e8 (diff) |
system/testdisk: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/testdisk')
-rw-r--r-- | system/testdisk/README | 6 | ||||
-rw-r--r-- | system/testdisk/slack-desc | 2 | ||||
-rw-r--r-- | system/testdisk/testdisk.SlackBuild | 4 | ||||
-rw-r--r-- | system/testdisk/testdisk.info | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/system/testdisk/README b/system/testdisk/README index 703732c26a6fb..ac04e7f21d1a1 100644 --- a/system/testdisk/README +++ b/system/testdisk/README @@ -6,12 +6,10 @@ accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy. PhotoRec is file data recovery software designed to recover lost files -including video, documents and archives from Hard Disks and CDRom and +including video, documents and archives from Hard Disks and CD-ROM and lost pictures from digital camera memory. -To enable the use of sudo, run the script with SUDO=true, ie: +To enable the use of sudo, run the script with SUDO=true, i.e.: SUDO=true ./testdisk.SlackBuild libewf is an optional dependency. - -Website - https://www.cgsecurity.org/wiki/TestDisk diff --git a/system/testdisk/slack-desc b/system/testdisk/slack-desc index c460e28ee41b0..2311e8f137b15 100644 --- a/system/testdisk/slack-desc +++ b/system/testdisk/slack-desc @@ -15,5 +15,5 @@ testdisk: error (such as accidentally deleting a Partition Table). testdisk: testdisk: PhotoRec is file data recovery software designed to recover lost testdisk: files including video, documents and archives from Hard Disks and -testdisk: CDRom and lost pictures from digital camera memory. +testdisk: CD-ROM and lost pictures from digital camera memory. testdisk: diff --git a/system/testdisk/testdisk.SlackBuild b/system/testdisk/testdisk.SlackBuild index 4f84854e0b459..b7a3a4f2f604d 100644 --- a/system/testdisk/testdisk.SlackBuild +++ b/system/testdisk/testdisk.SlackBuild @@ -6,6 +6,8 @@ # Copyright 2011 Grigorios Bouzakis <grbzks@imap.cc> # Copyright 2014-2024 Aaditya <aaditya_gnulinux@zoho.com> # All rights reserved. +# Copyright 2024 Bloyburt +# All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose # with or without fee is hereby granted, provided that the above copyright @@ -26,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=testdisk VERSION=${VERSION:-7.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/testdisk/testdisk.info b/system/testdisk/testdisk.info index ab762629ec278..11de6544a557b 100644 --- a/system/testdisk/testdisk.info +++ b/system/testdisk/testdisk.info @@ -6,5 +6,5 @@ MD5SUM="c6809b6fd06b5022467c8faa32d49a27" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Aaditya" -EMAIL="aaditya_gnulinux@zoho.com" +MAINTAINER="Bloyburt" +EMAIL="alexpen@startmail.com" |