Files
homebrew-cask/Casks/p/photosync.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
507 B
Ruby

cask "photosync" do
version "4.2"
sha256 "20e6e268697a0b8b3841ed30b12e738cdb0a6452b86537dfa258793bbf65d63d"
url "https://download.photosync-app.com/mac/photosync_#{version.dots_to_underscores}.zip"
name "PhotoSync Companion"
desc "Transfer and backup photos and videos"
homepage "https://www.photosync-app.com/home.html"
livecheck do
url "https://download.photosync-app.com/xml/photosyncmac-updates-standalone.xml"
strategy :sparkle, &:short_version
end
app "PhotoSync.app"
end