homebrew-cask/Casks/prepros.rb

13 lines
370 B
Ruby
Raw Normal View History

2014-11-14 01:26:42 +08:00
cask :v1 => 'prepros' do
2015-06-11 07:48:36 +08:00
version '5.8.0'
sha256 '42d0d7744ec5667a7ab0bc96e2bdb53551ea294cd0f5be30e16a14a8b2c02c5c'
2015-06-11 07:48:36 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "http://prepros.io.s3.amazonaws.com/installers/Prepros-Mac-#{version}.zip"
2015-04-21 22:53:37 +08:00
name 'Prepros'
homepage 'https://prepros.io/'
2015-06-11 07:46:59 +08:00
license :commercial
2014-09-16 00:06:10 +08:00
app 'Prepros.app'
2013-07-10 04:34:59 +08:00
end