sleuthkit: move head to github repository
Closes Homebrew/homebrew#8446. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
c1f6c4c527
commit
9dc9d1dde6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class Sleuthkit < Formula
|
||||
head 'http://svn.sleuthkit.org/repos/sleuthkit/trunk', :using => :svn
|
||||
head 'https://github.com/sleuthkit/sleuthkit.git'
|
||||
url 'http://downloads.sourceforge.net/project/sleuthkit/sleuthkit/3.2.3/sleuthkit-3.2.3.tar.gz'
|
||||
homepage 'http://www.sleuthkit.org/'
|
||||
md5 '29465ebe32cfeb5f0cab83e4e93823c5'
|
||||
|
|
Loading…
Reference in a new issue