diff options
Diffstat (limited to 'community/sleuthkit/PKGBUILD')
-rw-r--r-- | community/sleuthkit/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/sleuthkit/PKGBUILD b/community/sleuthkit/PKGBUILD index a90220805..66baac429 100644 --- a/community/sleuthkit/PKGBUILD +++ b/community/sleuthkit/PKGBUILD @@ -1,19 +1,18 @@ -# $Id: PKGBUILD 86192 2013-03-12 21:51:33Z jlichtblau $ +# $Id: PKGBUILD 99988 2013-10-31 02:51:42Z allan $ # 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' 'mips64el') url='http://www.sleuthkit.org/sleuthkit' license=('GPL2' 'CPL' 'custom:"IBM Public Licence"') 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} |