homebrew-cask/Casks/pinegrow-web-designer.rb

15 lines
474 B
Ruby
Raw Normal View History

cask :v1 => 'pinegrow-web-designer' do
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://pinegrow.s3.amazonaws.com/PinegrowMac.zip'
2015-01-06 10:41:48 +08:00
name 'Pinegrow'
name 'Pinegrow Web Editor'
name 'Pinegrow Web Designer'
homepage 'http://pinegrow.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:07 +08:00
app 'Pinegrow Web Designer.app'
end