Files
homebrew-cask/Casks/s/sonoair.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

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