hub 1.12.2

Closes Homebrew/homebrew#30816.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Mislav Marohnić 2014-07-11 12:09:00 -07:00 committed by Jack Nagel
parent 46043dd119
commit b4222cab36
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Hub < Formula
homepage 'http://hub.github.com/'
url 'https://github.com/github/hub/archive/v1.12.1.tar.gz'
sha1 '934033bcd17a710a56f33acf099900baf0fe88f3'
url 'https://github.com/github/hub/archive/v1.12.2.tar.gz'
sha1 '65359d3dcc8e1a0986aab3726f6047bfb9df3d7c'
head 'https://github.com/github/hub.git'
option 'without-completions', 'Disable bash/zsh completions'