Pixate fix url and app properties

This commit is contained in:
Heitor Tashiro Sergent 2015-07-21 14:55:56 -05:00 committed by Vítor Galvão
parent b49f849444
commit dc4391dfaa
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
cask :v1 => 'pixate' do
cask :v1 => 'pixate-studio' do
version :latest
sha256 :no_check
url 'http://www.pixate.com/downloads/Pixate.zip'
url 'http://cdn.pixate.com/downloads/studio/latest/PixateStudio.zip'
name 'Pixate'
homepage 'http://www.pixate.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Pixate.app'
app 'Pixate Studio.app'
end