Files
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

20 lines
467 B
Ruby

cask "imo" do
version "1.2.1"
sha256 "bfd2d5c09af58a2c0b68a09f6c49165ab9ad4ce8d86546ea16afe6f8d9fad8c6"
url "https://static-web.imoim.net/as/indigo-static/macos/#{version}/Imo.dmg",
verified: "static-web.imoim.net/as/indigo-static/macos/"
name "Imo Messenger"
desc "Video calls and chat"
homepage "https://imo.im/"
app "Imo.app"
caveats do
discontinued
<<~EOS
Newer version is only available in Mac App Store.
EOS
end
end