Files
homebrew-cask/Casks/q/qnapi.rb
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

12 lines
319 B
Ruby

cask "qnapi" do
version "0.2.3"
sha256 "9bb7f9ba42f6795c7e094ba6555e14955e02b5e2f5277454dc4a96b1569871d1"
url "https://github.com/QNapi/qnapi/releases/download/#{version}/QNapi-#{version}.dmg",
verified: "github.com/QNapi/qnapi/"
name "QNapi"
homepage "https://qnapi.github.io/"
app "QNapi.app"
end