mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 06:16:46 -06:00
Fixes issues found when on Mavericks. Released by eczarny on a Github: https://github.com/eczarny/spectacle/issues/134#issuecomment-27186553
7 lines
249 B
Ruby
7 lines
249 B
Ruby
class Spectacle < Cask
|
|
url 'https://s3.amazonaws.com/spectacle/downloads/Spectacle+0.8.3-74e5543.zip'
|
|
homepage 'http://www.spectacleapp.com/'
|
|
version '0.8.3-74e5543'
|
|
sha1 '2324b19b2aaf71e0b8823a1498a0b341fef35594'
|
|
link 'Spectacle.app'
|
|
end
|