aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/q.rb6
1 files changed, 3 insertions, 3 deletions
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