Files
homebrew-cask/Casks/i/invisionsync.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

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