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
507 B
Ruby
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
|