Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
406 B
Ruby

cask "rq" do
version "1.0.2"
sha256 "49f732b2aabf4eaff231e425edf710ca34e6bf730cff9a71adf79d11e630f883"
url "https://github.com/dflemstr/rq/releases/download/v#{version}/rq-v#{version}-x86_64-apple-darwin.tar.gz"
name "rq"
desc "Record analysis and transformation tool"
homepage "https://github.com/dflemstr/rq"
livecheck do
url :url
strategy :github_latest
end
binary "rq"
end