ghq 0.7.4

Closes Homebrew/homebrew#49839.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Decors 2016-03-07 17:23:53 +09:00 committed by Xu Cheng
parent 620498cb1e
commit 709c48b8d4

View file

@ -3,8 +3,8 @@ require "language/go"
class Ghq < Formula
desc "Remote repository management made easy"
homepage "https://github.com/motemen/ghq"
url "https://github.com/motemen/ghq/archive/v0.7.2.tar.gz"
sha256 "8b0ae2302c341d7fbaf3f59b8b083da9f8c1a620da110ab615fe805e048e9420"
url "https://github.com/motemen/ghq/archive/v0.7.4.tar.gz"
sha256 "f6e79a7efec2cc11dd8489ae31619de85f15b588158d663256bc9fd45aca6a5d"
head "https://github.com/motemen/ghq.git"
@ -20,11 +20,11 @@ class Ghq < Formula
depends_on "go" => :build
go_resource "github.com/codegangsta/cli" do
url "https://github.com/codegangsta/cli.git", :revision => "565493f259bf868adb54d45d5f4c68d405117adf"
url "https://github.com/codegangsta/cli.git", :revision => "aca5b047ed14d17224157c3434ea93bf6cdaadee"
end
go_resource "github.com/mitchellh/go-homedir" do
url "https://github.com/mitchellh/go-homedir.git", :revision => "1f6da4a72e57d4e7edd4a7295a585e0a3999a2d4"
url "https://github.com/mitchellh/go-homedir.git", :revision => "981ab348d865cf048eb7d17e78ac7192632d8415"
end
go_resource "github.com/motemen/go-colorine" do