beanstalk 1.7

Closes Homebrew/homebrew#15301.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Alexander Graefe 2012-10-04 19:54:38 +02:00 committed by Jack Nagel
parent 5debaaa39a
commit b1f7f980dd

View file

@ -2,8 +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.6.tar.gz' url 'https://github.com/downloads/kr/beanstalkd/beanstalkd-1.7.tar.gz'
sha1 '1909e7641cb75a5f9eb00df2b6a194cee9c7c1bc' sha1 'e14f40f2c649b0ee1d5edcbb897fc17d2ea4ed62'
def install def install
system "make", "install", "PREFIX=#{prefix}" system "make", "install", "PREFIX=#{prefix}"