mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
258 B
Ruby
10 lines
258 B
Ruby
class Pupil < Cask
|
|
version '1.1'
|
|
sha256 'd30e0cf8b45ab0a7ccd4ae9e99a788bb810ccf18c856ab446fc6d230d1159a03'
|
|
|
|
url 'http://pupil.io/downloads/1.1/Pupil.app.zip'
|
|
appcast 'http://pupil.io/appcast.rss'
|
|
homepage 'http://pupil.io/'
|
|
|
|
link 'Pupil.app'
|
|
end
|