diff options
| author | Enrico M. Crisostomo | 2014-11-06 14:22:53 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-06 16:05:43 +0000 |
| commit | f77aa17e4798b79ceb3f9a14cc48e62440fad2d7 (patch) | |
| tree | 6e2d3e96ffc08a7b8d9c471df000d2f65dbd5f18 /Library | |
| parent | 92aa6a58d58877f247703d53158c84ab70d4fe4d (diff) | |
| download | homebrew-f77aa17e4798b79ceb3f9a14cc48e62440fad2d7.tar.bz2 | |
fswatch 1.4.5.2
Closes #33965.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -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 7a6956311..4ebec7a81 100644 --- a/Library/Formula/fswatch.rb +++ b/Library/Formula/fswatch.rb @@ -2,8 +2,8 @@ require "formula" class Fswatch < Formula homepage "https://github.com/emcrisostomo/fswatch" - url "https://github.com/emcrisostomo/fswatch/releases/download/1.4.5/fswatch-1.4.5.zip" - sha1 "3cd9b293713a855a13cbcbd6393d2444bcfdb65b" + url "https://github.com/emcrisostomo/fswatch/releases/download/1.4.5.2/fswatch-1.4.5.2.tar.gz" + sha1 "1905b126a8e0610e2adb255b64d8415d0e844a6a" bottle do sha1 "b61f31c29361c56629d67d0cdd8ff5c90b1c307d" => :mavericks |
