homebrew-cask/Casks/paintcode.rb

14 lines
357 B
Ruby
Raw Normal View History

2014-11-14 01:26:35 +08:00
cask :v1 => 'paintcode' do
version :latest
sha256 :no_check
# pixelcut.com is the official download host per the appcast feed
url 'http://www.pixelcut.com/paintcode/paintcode.zip'
2014-06-04 19:51:04 +08:00
appcast 'http://www.pixelcut.com/paintcode/appcast.xml'
2015-01-30 04:49:05 +08:00
name 'PaintCode'
homepage 'http://www.paintcodeapp.com/'
2015-01-18 10:07:58 +08:00
license :commercial
app 'PaintCode.app'
end