Skip to content

Commit

Permalink
autojump 15
Browse files Browse the repository at this point in the history
* also add HEAD option

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
knl authored and adamv committed Apr 18, 2011
1 parent 2fb211a commit 2fd553b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 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"
Expand Down

0 comments on commit 2fd553b

Please sign in to comment.