q 1.4.0
Closes Homebrew/homebrew#30152. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
dc8df4676d
commit
e0f0793c16
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue