From 709c48b8d47acdc32d81525669c05a6a518bf94b Mon Sep 17 00:00:00 2001 From: Decors Date: Mon, 7 Mar 2016 17:23:53 +0900 Subject: [PATCH] ghq 0.7.4 Closes Homebrew/homebrew#49839. Signed-off-by: Mike McQuaid --- Formula/ghq.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/ghq.rb b/Formula/ghq.rb index b3d6fe48de..13386942d6 100644 --- a/Formula/ghq.rb +++ b/Formula/ghq.rb @@ -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