mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
399 B
Ruby
10 lines
399 B
Ruby
class FitbitConnect < Cask
|
|
version '1.0.1.5104'
|
|
sha256 'ffbb2d5501240313682780e0b98dc41844080260f707cd003c759b38ce9bc658'
|
|
|
|
url 'http://cache.fitbit.com/FitbitConnect/FitbitConnect_Mac_2014110_1.0.1.5104.dmg'
|
|
homepage 'http://www.fitbit.com/'
|
|
|
|
install 'Install Fitbit Connect.pkg'
|
|
uninstall :script => { :executable => 'Uninstall Fitbit Connect.app/Contents/Resources/uninstall.sh' }
|
|
end
|