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.
16 lines
392 B
Ruby
16 lines
392 B
Ruby
cask "sonoair" do
|
|
version "1.0-beta-7.0"
|
|
sha256 "6badaa05917b97f4acc8eb09996f5a7748c04b006376511cdecc72ddb7c28760"
|
|
|
|
url "https://sonoair.mihosoft.eu/releases/#{version}/SonoAir.zip"
|
|
name "SonoAir"
|
|
homepage "https://sonoair.mihosoft.eu/"
|
|
|
|
livecheck do
|
|
url "https://sonoair.mihosoft.eu/download.html"
|
|
regex(%r{href=.*?/([^/]+)/SonoAir\.zip}i)
|
|
end
|
|
|
|
app "SonoAir.app"
|
|
end
|