diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/sleuthkit/README | 2 | ||||
-rw-r--r-- | system/sleuthkit/sleuthkit.SlackBuild | 2 | ||||
-rw-r--r-- | system/sleuthkit/sleuthkit.info | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/sleuthkit/README b/system/sleuthkit/README index 67b22d4418..8032c2a882 100644 --- a/system/sleuthkit/README +++ b/system/sleuthkit/README @@ -5,4 +5,4 @@ acquired during incident response or from live systems. The Sleuth Kit is open source, which allows investigators to verify the actions of the tool or customize it to specific needs. -Sleuthkit can use libewf and afflib, both available from Slackbuilds.org
\ No newline at end of file +Sleuthkit can use libewf and afflib, available at Slackbuilds.org
\ No newline at end of file diff --git a/system/sleuthkit/sleuthkit.SlackBuild b/system/sleuthkit/sleuthkit.SlackBuild index 36c1a5d756..4063759981 100644 --- a/system/sleuthkit/sleuthkit.SlackBuild +++ b/system/sleuthkit/sleuthkit.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sleuthkit -VERSION=3.0.0 +VERSION=3.0.1 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/sleuthkit/sleuthkit.info b/system/sleuthkit/sleuthkit.info index 75cc3427bc..3b469976ec 100644 --- a/system/sleuthkit/sleuthkit.info +++ b/system/sleuthkit/sleuthkit.info @@ -1,8 +1,8 @@ PRGNAM="sleuthkit" -VERSION="3.0.0" +VERSION="3.0.1" HOMEPAGE="http://www.sleuthkit.org/sleuthkit/" -DOWNLOAD="http://downloads.sourceforge.net/sleuthkit/sleuthkit-3.0.0.tar.gz" -MD5SUM="98ef95dd54832109b95eb85c102409b3" +DOWNLOAD="http://downloads.sourceforge.net/sleuthkit/sleuthkit-3.0.1.tar.gz" +MD5SUM="55956dd3bbfa6c9e2ebcc685c2a9569d" MAINTAINER="Barry J. Grundy" EMAIL="bgrundy<at>linuxleo.com" -APPROVED="Michiel" +APPROVED="dsomero" |