From 2d081ca0c246c6f5b0217526f779972094df574e Mon Sep 17 00:00:00 2001 From: Harel Ben-Attia Date: Sat, 14 Jun 2014 10:42:40 -0400 Subject: q 1.4.0 Closes #30152. Signed-off-by: Jack Nagel --- Library/Formula/q.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/q.rb b/Library/Formula/q.rb index 862cf7fe8..3d73c60f7 100644 --- a/Library/Formula/q.rb +++ b/Library/Formula/q.rb @@ -2,11 +2,11 @@ require 'formula' class Q < Formula homepage 'https://github.com/harelba/q' - url 'https://github.com/harelba/q/archive/1.3.0.tar.gz' - sha1 '5819ad7b8780b87b413b16a189cdfc8e4a2e53ed' + url 'https://github.com/harelba/q/archive/1.4.0.tar.gz' + sha1 'e8efe87aa691a7ab57e95f15cf4b2babfbabe945' def install - bin.install 'q' + bin.install 'bin/q' end test do -- cgit v1.2.3