homebrew-cask-versions/Casks/paintcode.rb
Maurice Kelly 1c7081dc2f Update PaintCode to version 2.3.1
This commit updates the version and the SHA. It also changes the app
name to PaintCode Trial.app to match the content of the zip file.
2015-04-22 16:03:37 +01:00

12 lines
380 B
Ruby

cask :v1 => 'paintcode' do
version '2.3.1'
sha256 '6355a0ea775de821982e0110fa094b5995ba37daf612363b75d24cf74be7a702'
url "http://www.paintcodeapp.com/content/versions/#{version}/paintcode-trial.zip"
appcast 'http://www.pixelcut.com/paintcode/appcast.xml'
name 'PaintCode'
homepage 'http://www.paintcodeapp.com/'
license :commercial
app 'PaintCode Trial.app'
end