homebrew-cask/Casks/prezi.rb

13 lines
440 B
Ruby
Raw Normal View History

2014-11-14 01:26:42 +08:00
cask :v1 => 'prezi' do
2015-01-18 10:34:00 +08:00
version '5.2.7'
sha256 '4ed9c0cc71edd5946bd186cd7fe2f9dda3fcbd1cb39d10584f8510171b0af3b5'
2015-01-18 10:34:00 +08:00
# akamaihd.net is the official download host per the vendor homepage
2014-09-26 20:09:07 +08:00
url "https://prezi-a.akamaihd.net/desktop/Prezi#{version}.dmg"
2015-04-21 22:54:55 +08:00
name 'Prezi'
homepage 'https://prezi.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:10 +08:00
app 'Prezi.app'
2014-05-10 03:22:48 +08:00
end