You've already forked homebrew-cask
mirror of
https://github.com/encounter/homebrew-cask.git
synced 2026-03-30 11:16:45 -07:00
da1d4318e9
* 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>
18 lines
367 B
Ruby
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
|