hub v1.11.1
Closes Homebrew/homebrew#25466. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
288ec280b3
commit
122e34a76c
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Hub < Formula
|
||||
homepage 'http://hub.github.com/'
|
||||
url 'https://github.com/github/hub/archive/v1.11.0.tar.gz'
|
||||
sha1 'fea06d242af3be473b78bb738a04afc11ca4df21'
|
||||
url 'https://github.com/github/hub/archive/v1.11.1.tar.gz'
|
||||
sha1 '1b7f1224be6ca0f88a9bfacd686cb2a20cc6fbef'
|
||||
head 'https://github.com/github/hub.git'
|
||||
|
||||
option 'without-completions', 'Disable bash/zsh completions'
|
||||
|
|
Loading…
Reference in a new issue