hub 1.12.4
Closes Homebrew/homebrew#35255. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
a9739b83ac
commit
205267cc1e
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Hub < Formula
|
class Hub < Formula
|
||||||
homepage 'http://hub.github.com/'
|
homepage 'http://hub.github.com/'
|
||||||
url 'https://github.com/github/hub/archive/v1.12.2.tar.gz'
|
url 'https://github.com/github/hub/archive/v1.12.4.tar.gz'
|
||||||
sha1 '65359d3dcc8e1a0986aab3726f6047bfb9df3d7c'
|
sha1 '25135167108cd777ba6ec2dd5a9a25e248d98d4b'
|
||||||
|
|
||||||
head do
|
head do
|
||||||
url "https://github.com/github/hub.git"
|
url "https://github.com/github/hub.git"
|
||||||
|
|
Loading…
Reference in a new issue