From 060f301d55c31b8fc07865f7c140c100ac86986d Mon Sep 17 00:00:00 2001 From: Matt Green Date: Tue, 8 Nov 2016 21:53:13 -0500 Subject: [PATCH] Update brew formula --- pkg/brew/watchexec.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/brew/watchexec.rb b/pkg/brew/watchexec.rb index 0601954..194f97e 100644 --- a/pkg/brew/watchexec.rb +++ b/pkg/brew/watchexec.rb @@ -1,11 +1,12 @@ class Watchexec < Formula desc "Execute commands when watched files change" homepage "https://github.com/mattgreen/watchexec" - url "https://github.com/mattgreen/watchexec/releases/download/1.2.0/watchexec-1.2.0-x86_64-apple-darwin.tar.gz" - sha256 "38784ca4442630eb094f53a50ca95c87d870798842c2a11525a816b1d8bf383c" + url "https://github.com/mattgreen/watchexec/releases/download/1.4.0/watchexec-1.4.0-x86_64-apple-darwin.tar.gz" + sha256 "1ec1ce839be697bef07e1083acdd52ccb108acd29fd638371c1c8ed15e736b6e" def install bin.install "watchexec" + man1.install "watchexec.1" end test do