ffind: use archive URL
This commit is contained in:
parent
9510b52650
commit
d98434a6a0
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Ffind < Formula
|
||||
homepage 'https://github.com/sjl/friendly-find'
|
||||
url 'https://github.com/sjl/friendly-find/tarball/v0.3.1'
|
||||
sha1 '891207067c0d8715b48e91a52ff815aa73d7e139'
|
||||
url 'https://github.com/sjl/friendly-find/archive/v0.3.1.tar.gz'
|
||||
sha1 'c729a7ab2ae215d37a3e7cc0f16de24be1c965f6'
|
||||
|
||||
conflicts_with 'sleuthkit',
|
||||
:because => "both install a 'ffind' executable."
|
||||
|
|
Loading…
Reference in a new issue