homebrew-cask/Casks/miro.rb

13 lines
275 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'miro' do
2014-09-17 19:42:53 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-18 09:35:31 +08:00
# osuosl.org is the official download host per the vendor homepage
url 'http://ftp.osuosl.org/pub/pculture.org/miro/osx/Miro.dmg'
2015-01-10 05:12:43 +08:00
name 'Miro'
homepage 'http://www.getmiro.com/'
2015-09-23 00:29:07 +08:00
license :gpl
2014-09-16 00:05:57 +08:00
app 'Miro.app'
end