mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
340 B
Ruby
10 lines
340 B
Ruby
class Lightpaper < Cask
|
|
version '0.9.0'
|
|
sha256 'e90ad6d7052573a8048b65c590f9227f75a55690731ccf6986ded5982fc02afe'
|
|
|
|
url 'http://f.cl.ly/items/3q1Q3C472c3G2L2l2X0m/LightPaper_v0.0.9.dmg'
|
|
appcast 'http://links.clockworkengine.com/lp-mac-update-feed'
|
|
homepage 'http://clockworkengine.com/lightpaper-mac/'
|
|
|
|
link 'LightPaper.app'
|
|
end
|