beanstalk 1.9

Closes Homebrew/homebrew#19555.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Alexander Graefe 2013-05-01 09:32:30 +02:00 committed by Adam Vandenberg
parent 0be30464da
commit 4e72321a90

View file

@ -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