diff options
| author | Nikola Knezevic | 2011-04-17 20:06:51 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-17 17:00:28 -0700 |
| commit | 2fd553b716550531feccec529ea18fde4e1227a6 (patch) | |
| tree | 41039f93f40c949d42d9e8759c62d3afecf89acd /Library | |
| parent | 2fb211a107c507e430465d54b7b9a5c0f3400bbe (diff) | |
| download | homebrew-2fd553b716550531feccec529ea18fde4e1227a6.tar.bz2 | |
autojump 15
* also add HEAD option
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/autojump.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb index 7f0c58d8c..cd092e0df 100644 --- a/Library/Formula/autojump.rb +++ b/Library/Formula/autojump.rb @@ -1,10 +1,11 @@ require 'formula' class Autojump < Formula - url 'https://github.com/downloads/joelthelion/autojump/autojump_v14.tar.gz' + url 'https://github.com/downloads/joelthelion/autojump/autojump_v15.tar.gz' homepage 'https://github.com/joelthelion/autojump/wiki' - md5 '7c0a41a2d33aee11a844dc17f7825dc9' - version '14' + md5 'a4a36d774ccb27cbcc9dcc6e2528632b' + + head 'git://github.com/joelthelion/autojump.git' def install bin.install "autojump" |
