diff options
| author | Enrico M. Crisostomo | 2014-07-26 21:29:45 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-07-26 20:59:28 -0500 |
| commit | 8b326f160be6f4b5bc8b5824845187231c84be99 (patch) | |
| tree | 091734dc3e4dc854d2b5ec96bff140f7a687471f | |
| parent | 9fe97e6ca0222644c2eda8838c93981f3d9d9335 (diff) | |
| download | homebrew-8b326f160be6f4b5bc8b5824845187231c84be99.tar.bz2 | |
fswatch 1.3.9
Closes #31151.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/fswatch.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fswatch.rb b/Library/Formula/fswatch.rb index 1a2500467..dc06df438 100644 --- a/Library/Formula/fswatch.rb +++ b/Library/Formula/fswatch.rb @@ -2,8 +2,8 @@ require "formula" class Fswatch < Formula homepage "https://github.com/alandipert/fswatch" - url "https://github.com/alandipert/fswatch/archive/1.3.8.tar.gz" - sha1 "a34383a4c3340ba9495186124b469762758c8b27" + url "https://github.com/alandipert/fswatch/archive/1.3.9.tar.gz" + sha1 "5035f9f3ece9b64f523f62e47edaf791f305a424" bottle do sha1 "fdb17d25e0a20e3608b381a50462840e9a14bd33" => :mavericks |
