q 1.2.0
Closes Homebrew/homebrew#26916. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
981c85a383
commit
ba32987bd4
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.1.7.tar.gz'
|
||||
sha1 '088a4f267167481ae0c0825ad410c897aeaab9e8'
|
||||
url 'https://github.com/harelba/q/archive/1.2.0.tar.gz'
|
||||
sha1 '5c83cb62a9b24f92fe32ef6a137f83191641ff79'
|
||||
|
||||
def install
|
||||
bin.install 'q'
|
||||
|
|
Loading…
Reference in a new issue