daemonize 1.7.5
This commit is contained in:
parent
1c3c9ce133
commit
2237e39cb9
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Daemonize < Formula
|
||||
homepage 'http://software.clapper.org/daemonize/'
|
||||
url 'https://github.com/bmc/daemonize/archive/release-1.7.4.tar.gz'
|
||||
sha1 '25465f696108f9e112039c9363aff8c798191789'
|
||||
homepage "http://software.clapper.org/daemonize/"
|
||||
url "https://github.com/bmc/daemonize/archive/release-1.7.5.tar.gz"
|
||||
sha1 "aa0edb1a71a898df0167c2bd426e76c187e19b49"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue