Skip to content

Commit

Permalink
jq 1.6rc1 (devel) (#21580)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmwangx authored and ilovezfs committed Dec 12, 2017
1 parent 5551b91 commit d5877ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Formula/jq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ class Jq < Formula
sha256 "b55d226db14edc9ada42ecfd00ae64497702c616247fc8d5d7c35c01d25b26e5" => :mavericks
end

devel do
url "https://github.com/stedolan/jq.git", :tag => "jq-1.6rc1"
version "1.6rc1"

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end

head do
url "https://github.com/stedolan/jq.git"

Expand Down

0 comments on commit d5877ca

Please sign in to comment.