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