diff options
| author | Brett Koonce | 2014-08-21 00:24:21 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-21 14:37:12 +0100 |
| commit | ab51d8bd44b2f134dceeecdb49ddfa08642f8fcd (patch) | |
| tree | c3df9a56270e01f3edb3fcbd469c969f6edc49d7 /Library | |
| parent | 257348b34529f377f64258968ee0c788bcb17f8d (diff) | |
| download | homebrew-ab51d8bd44b2f134dceeecdb49ddfa08642f8fcd.tar.bz2 | |
beanstalkd 1.10
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/beanstalk.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/beanstalk.rb b/Library/Formula/beanstalk.rb index 5508cf23c..afde4e931 100644 --- a/Library/Formula/beanstalk.rb +++ b/Library/Formula/beanstalk.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Beanstalk < Formula - homepage 'http://kr.github.io/beanstalkd/' - url 'https://github.com/kr/beanstalkd/archive/v1.9.tar.gz' - sha1 'a3cdb93d9c7465491c58c8e7a99d63d779067845' + homepage "http://kr.github.io/beanstalkd/" + url "https://github.com/kr/beanstalkd/archive/v1.10.tar.gz" + sha1 "bfc0ccf99e15b15eac03ec1d8a57a3aaff143237" def install system "make", "install", "PREFIX=#{prefix}" |
