From b8541ed0cf1675e1e61cd585398570d599858ea2 Mon Sep 17 00:00:00 2001 From: Chulki Lee Date: Sat, 1 Apr 2017 00:42:05 -0700 Subject: [PATCH] Add rq 0.10.4 (#31729) --- Casks/rq.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Casks/rq.rb diff --git a/Casks/rq.rb b/Casks/rq.rb new file mode 100644 index 0000000000..4c01c8e380 --- /dev/null +++ b/Casks/rq.rb @@ -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