aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSteve Losh2012-11-06 17:53:39 -0500
committerAdam Vandenberg2012-11-06 23:28:59 -0800
commit83ce2f477f9ce2a367e8a890cfdda70a5c8c7ced (patch)
tree7fc7f7d41af927aa6adcfa0a28d31c8d01989c3a /Library/Formula
parentc8acf2dfd1e641dd0e1b10d6e6b894d555c279b9 (diff)
downloadhomebrew-83ce2f477f9ce2a367e8a890cfdda70a5c8c7ced.tar.bz2
ffind 0.3.0
Closes #15891. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 e6a05931f..70780132d 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.2.0'
- sha1 'b902ebb9966c1394628e52d0dea3b1ba7c421720'
+ url 'https://github.com/sjl/friendly-find/tarball/v0.3.0'
+ sha1 '4a5ea9de402a651ee784f46f9f0e9b0fd4f0a6b8'
def install
bin.install "ffind"