diff options
| author | Brian Clapper | 2015-04-20 11:40:17 -0400 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-20 18:50:17 +0100 |
| commit | 3354c0c75451f15cb7fc52016c23fb4313a5dd19 (patch) | |
| tree | d91a1f006d0798c758679181d12816bbf7340a84 /Library | |
| parent | 0959304ad4771b220d9fa9c896e4bbbe41237954 (diff) | |
| download | homebrew-3354c0c75451f15cb7fc52016c23fb4313a5dd19.tar.bz2 | |
daemonize 1.7.6
Update daemonize formula to version 1.7.6
Closes #38858.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/daemonize.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/daemonize.rb b/Library/Formula/daemonize.rb index 029cde13f..cc7135181 100644 --- a/Library/Formula/daemonize.rb +++ b/Library/Formula/daemonize.rb @@ -2,8 +2,8 @@ require "formula" class Daemonize < Formula homepage "http://software.clapper.org/daemonize/" - url "https://github.com/bmc/daemonize/archive/release-1.7.5.tar.gz" - sha1 "aa0edb1a71a898df0167c2bd426e76c187e19b49" + url "https://github.com/bmc/daemonize/archive/release-1.7.6.tar.gz" + sha1 "5fec633880ef0a81fe0ca9d9eaeeeefd969f5dbd" def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
