aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-03-26 01:20:21 -0500
committerJack Nagel2013-03-26 01:20:22 -0500
commit2b061552591fbd48d3ff95a65697f346044c005f (patch)
treeffe3f79d3f78020f1e4428b319a56206a9a60111 /Library
parent483cfdad4088a9e459d06140466dffe044c0444e (diff)
downloadhomebrew-2b061552591fbd48d3ff95a65697f346044c005f.tar.bz2
ffind: use archive URL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ffind.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ffind.rb b/Library/Formula/ffind.rb
index dd3f2f301..de9db75fd 100644
--- a/Library/Formula/ffind.rb
+++ b/Library/Formula/ffind.rb
@@ -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."