mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
11 lines
394 B
Ruby
11 lines
394 B
Ruby
class Spectacle < Cask
|
|
version '0.8.5'
|
|
sha256 'f0d40b4c78c8b6509b8e42b8d8b03144b9ecb5ed6ff89d278a24ffd74bfe61b4'
|
|
|
|
url "https://s3.amazonaws.com/spectacle/downloads/Spectacle+#{version}.zip"
|
|
appcast 'http://spectacleapp.com/updates/appcast.xml'
|
|
homepage 'http://spectacleapp.com/'
|
|
|
|
app 'Spectacle.app'
|
|
zap :delete => '~/Library/Preferences/com.divisiblebyzero.Spectacle.plist'
|
|
end
|