homebrew-cask/Casks/pixlr.rb

11 lines
272 B
Ruby
Raw Normal View History

2014-08-31 01:09:21 +08:00
class Pixlr < Cask
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'
2014-10-01 23:33:38 +08:00
license :unknown
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