mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
346 B
Ruby
11 lines
346 B
Ruby
class BasisSync < Cask
|
|
version '1.7.3'
|
|
sha256 '9d2434cbd8bf49a42df236bc9b4a4b999a28a2ce2e990237ac908199638328b5'
|
|
|
|
# amazonaws is the official download host per the vendor homepage
|
|
url "http://mybasis-duck.s3.amazonaws.com/client/BasisSync-#{version}.dmg"
|
|
homepage 'http://www.mybasis.com/'
|
|
license :closed
|
|
|
|
app 'Basis Sync.app'
|
|
end
|