beanstalk 1.6
This commit is contained in:
parent
c739cb8e67
commit
774f9de1ed
1 changed files with 2 additions and 9 deletions
|
@ -2,15 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Beanstalk < Formula
|
class Beanstalk < Formula
|
||||||
homepage 'http://kr.github.com/beanstalkd/'
|
homepage 'http://kr.github.com/beanstalkd/'
|
||||||
url 'https://github.com/downloads/kr/beanstalkd/beanstalkd-1.5.tar.gz'
|
url 'https://github.com/downloads/kr/beanstalkd/beanstalkd-1.6.tar.gz'
|
||||||
md5 'd75a0a93e6b80b57fea61136f6da57eb'
|
md5 '844cb7790e2a7ccfc08629dbc2b73178'
|
||||||
|
|
||||||
# fix cpu use on freebsd and darwin
|
|
||||||
# bug report: https://github.com/kr/beanstalkd/issues/96
|
|
||||||
# Will be in next release
|
|
||||||
def patches
|
|
||||||
"http://github.com/kr/beanstalkd/commit/80da772efeeaabb12893f52a93da74ca9e69206d.patch"
|
|
||||||
end
|
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "make", "install", "PREFIX=#{prefix}"
|
system "make", "install", "PREFIX=#{prefix}"
|
||||||
|
|
Loading…
Reference in a new issue