aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorEnrico M. Crisostomo2014-05-30 00:50:39 +0200
committerJack Nagel2014-05-29 19:32:05 -0500
commit8887cda18cb7ddbd70e90d260ba90975315db1e1 (patch)
tree89c0fb7344c42a830acc077476dedde622f6260b /Library/Formula
parent90aadf96866cbfe267d84bc6962d77c1c0ba5d6f (diff)
downloadhomebrew-8887cda18cb7ddbd70e90d260ba90975315db1e1.tar.bz2
fswatch 1.3.3
Closes #29700. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fswatch.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fswatch.rb b/Library/Formula/fswatch.rb
index 463f7fa75..90e56e079 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/v1.3.2.tar.gz"
- sha1 "af52fd305b80bc5e05217edb1d8cdce02fdb4e91"
+ url "https://github.com/alandipert/fswatch/archive/1.3.3.tar.gz"
+ sha1 "b14632eca9618de58f5eadad82342672219902bf"
depends_on "autoconf" => :build
depends_on "automake" => :build