mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 06:16:46 -06:00
PaintCode was available through a recent MacHeist bundle, where it was made available as a direct download for the first time -- the normal distribution method is Mac App Store. This cask can be used for non-MAS owners of PaintCode to access the direct download version.
7 lines
236 B
Ruby
7 lines
236 B
Ruby
class Paintcode < Cask
|
|
url 'http://download.macheist.com/nano4/pc.zip'
|
|
homepage 'http://www.paintcodeapp.com/'
|
|
version '1.3.4'
|
|
sha256 '84e3794458851f42783fb8bebc53a8ca5bd068ddb5ef7fedb27db52e989e39a6'
|
|
link 'PaintCode.app'
|
|
end
|