homebrew-cask/Casks/supersync.rb

13 lines
289 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'supersync' do
2015-07-14 02:38:09 +08:00
version '6.1.1'
2016-09-29 23:50:40 +08:00
sha256 '43ca3fa8eebdba63bf9b8f2c17d26f0847e0ae55c114312f606240cbbbf88ce4'
2015-07-14 02:38:09 +08:00
2016-09-29 23:50:40 +08:00
url "https://supersync.com/downloads/SuperSync_#{version}.dmg"
2015-01-12 02:35:16 +08:00
name 'SuperSync'
2015-06-29 14:32:18 +08:00
homepage 'https://supersync.com/'
depends_on arch: :intel
2015-07-14 02:38:09 +08:00
2014-09-16 00:06:25 +08:00
app 'SuperSync.app'
end