homebrew-cask/Casks/scratch.rb

11 lines
226 B
Ruby
Raw Normal View History

2014-06-29 22:11:19 +08:00
class Scratch < Cask
2014-09-17 19:43:00 +08:00
version :latest
2014-06-29 22:11:19 +08:00
sha256 :no_check
url 'http://cdn.scratch.mit.edu/scratchr2/static/sa/Scratch.air'
2014-06-29 22:11:19 +08:00
homepage 'http://scratch.mit.edu/scratch2download/'
2014-10-01 23:33:49 +08:00
license :unknown
2014-06-29 22:11:19 +08:00
2014-09-16 00:06:16 +08:00
app 'Scratch 2.app'
2014-06-29 22:11:19 +08:00
end