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.
17 lines
304 B
Ruby
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
|