Skip to content

Commit

Permalink
gron 0.3.4
Browse files Browse the repository at this point in the history
Closes #4595.

Signed-off-by: Zhiming Wang <zmwangx@gmail.com>
  • Loading branch information
decors authored and zmwangx committed Sep 9, 2016
1 parent a285fbf commit 3eea612
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Formula/gron.rb
Expand Up @@ -3,8 +3,8 @@
class Gron < Formula
desc "Make JSON greppable"
homepage "https://github.com/tomnomnom/gron"
url "https://github.com/tomnomnom/gron/archive/v0.3.2.tar.gz"
sha256 "e93b31a2cd9c0b1404bad4f796e5df88f943585824f084b181ef0898f77b8da7"
url "https://github.com/tomnomnom/gron/archive/v0.3.4.tar.gz"
sha256 "a7e5089b9cef7140eab50effbc97a72a2dd65321f83f2a7624dbdcab3378fbb7"

head "https://github.com/tomnomnom/gron.git"

Expand Down Expand Up @@ -37,6 +37,11 @@ class Gron < Formula
:revision => "f344a1ffbe51794516e9cf2c4d58b203863d3070"
end

go_resource "github.com/pkg/errors" do
url "https://github.com/pkg/errors.git",
:revision => "17b591df37844cde689f4d5813e5cea0927d8dd2"
end

def install
mkdir_p buildpath/"src/github.com/tomnomnom/"
ln_s buildpath, buildpath/"src/github.com/tomnomnom/gron"
Expand Down

0 comments on commit 3eea612

Please sign in to comment.