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