aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorHarel Ben-Attia2014-01-06 16:15:34 -0500
committerMike McQuaid2014-01-07 07:53:16 +0000
commitaf26296a0a9670057f14cae085545f833e6b288f (patch)
tree274108f1f5b62cdb50f8261db288758d48fddb6d /Library/Formula
parentf332f1a5565f90697d7addc82a0f237fc64d5336 (diff)
downloadhomebrew-af26296a0a9670057f14cae085545f833e6b288f.tar.bz2
q 1.1
Closes #25692. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/q.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/q.rb b/Library/Formula/q.rb
index 08f6bff3d..150ebdb92 100644
--- a/Library/Formula/q.rb
+++ b/Library/Formula/q.rb
@@ -2,8 +2,8 @@ require 'formula'
class Q < Formula
homepage 'https://github.com/harelba/q'
- url 'https://github.com/harelba/q/archive/1.0.tar.gz'
- sha1 '0916d5909f43cac6a9c1dfaf1e81b4ff83363f81'
+ url 'https://github.com/harelba/q/archive/1.1.tar.gz'
+ sha1 'ffbb14189526cf338a408b0ea4273c9528d9a63e'
def install
bin.install 'q'