Files
homebrew-cask/Casks/l/logicalshift-zoom.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

17 lines
472 B
Ruby

cask "logicalshift-zoom" do
version "1.1.5"
sha256 "ab9584758d922f3fa2c607ae6bf58841969fdd5740ff17af76f41ecfd7c6ae11"
url "https://www.logicalshift.co.uk/mac/Zoom-#{version}.dmg"
name "Zoom"
desc "Player for Z-Code, TADS, and HUGO stories or games"
homepage "https://www.logicalshift.co.uk/unix/zoom/"
livecheck do
url "https://www.logicalshift.co.uk/unix/zoom/older.html"
regex(%r{href=.*?/Zoom-(\d+(?:\.\d+)*)\.dmg}i)
end
app "Zoom.app"
end