homebrew-cask/Casks/pixlr.rb

11 lines
373 B
Ruby
Raw Normal View History

2014-11-14 01:26:40 +08:00
cask :v1 => 'pixlr' do
2014-08-31 01:09:21 +08:00
version '1.0.1_26'
sha256 'a68fb58bd8f10eaa31bafcdee1c6004fcae12f750830cf8a7b7399bf23ba8087'
2014-09-26 20:09:07 +08:00
url "https://cdn2.pixlr.com/mac/Autodesk_Pixlr_ver#{version}_Mac_Installer.dmg"
2014-08-31 01:09:21 +08:00
homepage 'https://pixlr.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-08-31 01:09:21 +08:00
2014-09-16 00:06:08 +08:00
app 'Pixlr.app'
2014-08-31 01:09:21 +08:00
end