beanstalk 1.7

Closes Homebrew/homebrew#15301.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Alexander Graefe 2012-10-04 19:54:38 +02:00 committed by Jack Nagel
parent 5debaaa39a
commit b1f7f980dd
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.6.tar.gz'
sha1 '1909e7641cb75a5f9eb00df2b6a194cee9c7c1bc'
url 'https://github.com/downloads/kr/beanstalkd/beanstalkd-1.7.tar.gz'
sha1 'e14f40f2c649b0ee1d5edcbb897fc17d2ea4ed62'
def install
system "make", "install", "PREFIX=#{prefix}"