mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
Sync makes it easy to store, share and access your files from everywhere - your privacy guaranteed.
9 lines
170 B
Ruby
9 lines
170 B
Ruby
cask :v1 => "sync" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "https://www.sync.com/download/apple/Sync.dmg"
|
|
homepage "https://www.sync.com/"
|
|
|
|
app "Sync.app"
|
|
end
|