Files
homebrew-cask/Casks/s/sococo.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
304 B
Ruby

cask "sococo" do
version "6.12.2"
sha256 :no_check
url "https://s.sococo.com/rs/client/mac/sococo-client-mac.dmg"
name "Sococo"
desc "Online workplace client"
homepage "https://app.sococo.com/a/download"
livecheck do
url :url
strategy :extract_plist
end
app "Sococo.app"
end