You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
262 B
7 lines
262 B
class Blender < Cask
|
|
url 'http://download.blender.org/release/Blender2.67/blender-2.67b-OSX_10.6-x86_64.zip'
|
|
homepage 'http://www.blender.org/'
|
|
version '2.67b'
|
|
sha1 'd662936d26ec9c8b6a49358486da96cb215f2c3d'
|
|
link 'blender.app', 'blenderplayer.app'
|
|
end
|
|
|