q 1.1
Closes Homebrew/homebrew#25692. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
180cfd21d1
commit
793967a457
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue