Add rq 0.10.4 (#31729)

This commit is contained in:
Chulki Lee 2017-04-01 00:42:05 -07:00 committed by Victor Popkov
parent bbfb772933
commit b8541ed0cf
1 changed files with 12 additions and 0 deletions

12
Casks/rq.rb Normal file
View File

@ -0,0 +1,12 @@
cask 'rq' do
version '0.10.4'
sha256 'cae9ee8589dfb4fd0ab13ac7991d372fc2531f7c69374257b943dc2e096b750a'
url "https://github.com/dflemstr/rq/releases/download/v#{version}/record-query-v#{version}-x86_64-apple-darwin.tar.gz"
appcast 'https://github.com/dflemstr/rq/releases.atom',
checkpoint: 'f7af05e8e2c8829267217c6e488ada15b9d9d22f98695967779c6630f082c235'
name 'rq'
homepage 'https://github.com/dflemstr/rq'
binary 'x86_64-apple-darwin/rq'
end