mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
10 lines
203 B
Ruby
10 lines
203 B
Ruby
cask :v1 => 'miro' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://ftp.osuosl.org/pub/pculture.org/miro/osx/Miro.dmg'
|
|
homepage 'http://www.getmiro.com/'
|
|
license :unknown
|
|
|
|
app 'Miro.app'
|
|
end
|