mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
12 lines
319 B
Ruby
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
|