beanstalk 1.9
Closes Homebrew/homebrew#19555. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0be30464da
commit
4e72321a90
1 changed files with 2 additions and 3 deletions
|
@ -2,14 +2,13 @@ require 'formula'
|
|||
|
||||
class Beanstalk < Formula
|
||||
homepage 'http://kr.github.io/beanstalkd/'
|
||||
url 'https://github.com/downloads/kr/beanstalkd/beanstalkd-1.8.tar.gz'
|
||||
sha1 'b8c274d7233e02c6793d8d119608ad7c878b0954'
|
||||
url 'https://github.com/kr/beanstalkd/archive/v1.9.tar.gz'
|
||||
sha1 'a3cdb93d9c7465491c58c8e7a99d63d779067845'
|
||||
|
||||
def install
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
end
|
||||
|
||||
|
||||
plist_options :manual => "beanstalkd"
|
||||
|
||||
def plist; <<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue