beanstalkd 1.8

Closes Homebrew/homebrew#15852.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Andrew Bennett 2012-11-04 14:59:48 -07:00 committed by Adam Vandenberg
parent a6f37ad48b
commit cf03271500
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Beanstalk < Formula
homepage 'http://kr.github.com/beanstalkd/'
url 'https://github.com/downloads/kr/beanstalkd/beanstalkd-1.7.tar.gz'
sha1 'e14f40f2c649b0ee1d5edcbb897fc17d2ea4ed62'
url 'https://github.com/downloads/kr/beanstalkd/beanstalkd-1.8.tar.gz'
sha1 'b8c274d7233e02c6793d8d119608ad7c878b0954'
def install
system "make", "install", "PREFIX=#{prefix}"