fswatch 1.3.4
Closes Homebrew/homebrew#29714. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
66bb652569
commit
4cabd9baf5
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
|||
|
||||
class Fswatch < Formula
|
||||
homepage "https://github.com/alandipert/fswatch"
|
||||
url "https://github.com/alandipert/fswatch/archive/1.3.3.tar.gz"
|
||||
sha1 "b14632eca9618de58f5eadad82342672219902bf"
|
||||
url "https://github.com/alandipert/fswatch/archive/1.3.4.tar.gz"
|
||||
sha1 "09609bcd795c70e6c559ecb66ff22eb6764ef2b8"
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
|
|
Loading…
Reference in a new issue