Files
BrewTestBot da1d4318e9 Update sync from 2.0.14 to 2.0.15,5 (#103304)
* Update sync from 2.0.14 to 2.0.15,5

* Update sync.rb

* Update sync.rb

* Update sync.rb

* Update sync.rb

Co-authored-by: Markus Reiter <me@reitermark.us>
Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
2021-04-08 11:56:03 +08:00

18 lines
367 B
Ruby

cask "sync" do
version "2.0.15"
sha256 :no_check
url "https://www.sync.com/download/apple/Sync.dmg"
name "Sync"
desc "Store, share and access files from anywhere"
homepage "https://www.sync.com/"
livecheck do
url "https://www.sync.com/install/"
strategy :page_match
regex(/(\d+(?:\.\d+)*)\n.*release\s*notes/i)
end
app "Sync.app"
end