diff options
author | root <root@rshg054.dnsready.net> | 2013-10-14 00:05:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-14 00:05:52 -0700 |
commit | d053938d834e74b0c881c12a5cb240ad4bab0d9b (patch) | |
tree | 7226e0e5e490369e54507fc9af134ba48d5f2b16 /community/sleuthkit | |
parent | 39e9111d76d232d65ca0c43285dea5bd5d58d28e (diff) |
Mon Oct 14 00:05:51 PDT 2013
Diffstat (limited to 'community/sleuthkit')
-rw-r--r-- | community/sleuthkit/PKGBUILD | 6 | ||||
-rw-r--r-- | community/sleuthkit/sleuthkit.changelog | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/community/sleuthkit/PKGBUILD b/community/sleuthkit/PKGBUILD index e0813a136..be0e0130a 100644 --- a/community/sleuthkit/PKGBUILD +++ b/community/sleuthkit/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 86192 2013-03-12 21:51:33Z jlichtblau $ +# $Id: PKGBUILD 98535 2013-10-13 00:21:07Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=sleuthkit -pkgver=4.0.2 +pkgver=4.1.2 pkgrel=1 pkgdesc='File system and media management forensic analysis tools' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('perl') options=('!libtool') changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('112f80fbc6a868c18c7a924f756b35c79eed9d0cc8923a4f973646f00e546e62') +sha256sums=('58253b35c016083558fb581308f4a3baf884229de89eb84ddbfb977ed56600d3') build() { cd ${pkgname}-${pkgver} diff --git a/community/sleuthkit/sleuthkit.changelog b/community/sleuthkit/sleuthkit.changelog index 6ab1ba102..7c9c63ae0 100644 --- a/community/sleuthkit/sleuthkit.changelog +++ b/community/sleuthkit/sleuthkit.changelog @@ -1,3 +1,6 @@ +2013-10-13 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * sleuthkit 4.1.2-1 + 2013-03-12 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * sleuthkit 4.0.2-1 |