cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / lighttable.rb
blob33917afbcef826d19d392762c151f8e4aa28798b
1 cask :v1 => 'lighttable' do
2   version '0.7.2'
3   sha256 '236bb18d6715ce3095c975871b7c7f495f306a086dce8a50ff35f267a25c5163'
5   url "https://d35ac8ww5dfjyg.cloudfront.net/playground/bins/#{version}/LightTableMac.zip"
6   homepage 'http://www.lighttable.com/'
7   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
9   app 'LightTable/LightTable.app'
10   binary 'LightTable/light'
12   zap :delete => [
13                   '~/Library/Application Support/LightTable/plugins',
14                   '~/Library/Application Support/LightTable/settings',
15                   '~/Library/Preferences/com.kodowa.LightTable.plist',
16                  ]
17 end