diff options
| author | Mislav Marohnić | 2012-11-22 19:58:28 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-22 12:30:05 -0800 |
| commit | 336c5cf0c62824b5dddd44d6050ec6690618586f (patch) | |
| tree | 1d82cfe5aa56598122eec09164323ac70106389c /Library/Formula | |
| parent | 2640d0d087b0d5a50d2a3ab5ab4eb925da28a66d (diff) | |
| download | homebrew-336c5cf0c62824b5dddd44d6050ec6690618586f.tar.bz2 | |
hub 1.10.3
Closes #16197.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hub.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index 3afdc0fc1..b70aa0968 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -1,11 +1,12 @@ require 'formula' class Hub < Formula - url 'https://github.com/defunkt/hub/tarball/v1.10.2' homepage 'http://defunkt.io/hub/' - head 'https://github.com/defunkt/hub.git' + url 'https://github.com/defunkt/hub/tarball/v1.10.3' sha1 '7520d264249573d7f72c443f1144b67cc645ab9b' + head 'https://github.com/defunkt/hub.git' + def install system rake_bin, "install", "prefix=#{prefix}" (prefix+'etc/bash_completion.d').install 'etc/hub.bash_completion.sh' |
