homebrew-cask/Casks/spectacle.rb

12 lines
388 B
Ruby
Raw Normal View History

class Spectacle < Cask
version '0.8.5'
sha256 'f0d40b4c78c8b6509b8e42b8d8b03144b9ecb5ed6ff89d278a24ffd74bfe61b4'
2014-06-20 07:57:28 +08:00
url 'https://s3.amazonaws.com/spectacle/downloads/Spectacle+0.8.5.zip'
2014-06-09 22:41:38 +08:00
appcast 'http://spectacleapp.com/updates/appcast.xml'
2013-12-14 22:28:20 +08:00
homepage 'http://spectacleapp.com/'
2014-09-16 00:06:23 +08:00
app 'Spectacle.app'
zap :files => '~/Library/Preferences/com.divisiblebyzero.Spectacle.plist'
end