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.
10 lines
262 B
10 lines
262 B
cask :v1 => 'acorn3' do
|
|
version '3.5.2'
|
|
sha256 'ffc4cd551b9eb2ebadfe8e59c95e84b1f59538d7915eff63dd6c3efdca7858e6'
|
|
|
|
url "http://flyingmeat.com/download/Acorn-#{version}.zip"
|
|
homepage 'http://flyingmeat.com/acorn/'
|
|
license :closed
|
|
|
|
app 'Acorn.app'
|
|
end
|
|
|