homebrew-cask/Casks/pixlr.rb

14 lines
543 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"
2015-04-21 03:42:41 +08:00
name 'Pixlr'
2015-05-27 01:50:17 +08:00
appcast 'http://updatefeed.pixlr.com/pixlr-for-mac-appfeed.xml',
:sha256 => '3748c8735f5f9441a1f12a170296628822372604c41feb41193156792f9e9512'
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