homebrew-cask/Casks/pixlr.rb

14 lines
542 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pixlr' do
2015-07-18 05:29:05 +08:00
version '1.1.0_73'
sha256 'd4ee65c63fa307da05ba54d641f081c951581976655507efbcd466143a4afa92'
2014-08-31 01:09:21 +08:00
2015-07-07 10:27:44 +08:00
url "https://cdn2.pixlr.com/mac/Autodesk_Pixlr_v#{version}_Mac_Installer.dmg"
2015-06-29 14:32:18 +08:00
appcast 'https://updatefeed.pixlr.com/pixlr-for-mac-appfeed.xml',
checkpoint: '9250cecc90d9809e96babf7db2033b56bb572ee7b35628a138c6c05a01fd53c4'
name 'Autodesk Pixlr'
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