aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrian Clapper2015-04-20 11:40:17 -0400
committerMike McQuaid2015-04-20 18:50:17 +0100
commit3354c0c75451f15cb7fc52016c23fb4313a5dd19 (patch)
treed91a1f006d0798c758679181d12816bbf7340a84 /Library
parent0959304ad4771b220d9fa9c896e4bbbe41237954 (diff)
downloadhomebrew-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.rb4
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",