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.
16 lines
432 B
Ruby
16 lines
432 B
Ruby
cask "invisionsync" do
|
|
version "1.9.1,692"
|
|
sha256 "cb3c89b52a9c64c7996b4c427f73fe0805b6fa9b8dd5f213dc666391838f93ee"
|
|
|
|
url "https://projects.invisionapp.com/native_app/mac/sparkle/#{version.csv.second}.zip"
|
|
name "InVision Sync"
|
|
homepage "https://www.invisionapp.com/"
|
|
|
|
livecheck do
|
|
url "https://projects.invisionapp.com/native_app/mac/sparkle/appcast_v2.xml"
|
|
strategy :sparkle
|
|
end
|
|
|
|
app "InVisionSync.app"
|
|
end
|