homebrew-cask/Casks/pixi-paint.rb

12 lines
308 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pixi-paint' do
2014-09-17 19:42:57 +08:00
version :latest
2014-06-16 11:33:10 +08:00
sha256 :no_check
# pixiecdn.com was verified as official when first introduced to the cask
url 'https://0.pixiecdn.com/PixiePaint-osx.zip'
2015-01-05 00:59:15 +08:00
name 'Pixi Paint'
homepage 'https://www.danielx.net/pixel-editor/docs/download'
2014-09-16 00:06:08 +08:00
app 'Pixi Paint/Pixi Paint.app'
2014-06-16 11:33:10 +08:00
end