homebrew-cask/Casks/mypaint.rb

17 lines
561 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mypaint' do
version '1.0.0v3'
sha256 'a7e1066b4f7ff6d0f5faa3154e5cf97637607d2143ea9121ac36037c03e41848'
2016-06-20 16:14:11 +08:00
# dropbox.com/u/942685 was verified as official when first introduced to the cask
2015-06-29 14:32:18 +08:00
url "https://dl.dropbox.com/u/942685/MyPaint-#{version}.pkg"
2016-03-29 22:10:38 +08:00
appcast 'https://github.com/mypaint/mypaint/releases.atom',
checkpoint: 'f344a1ee81f291f406c2b394369435653b52fa20417760edf6b549f3b71a3602'
name 'MyPaint'
homepage 'http://mypaint.intilinux.com'
2015-07-24 10:59:28 +08:00
license :gpl
pkg "MyPaint-#{version}.pkg"
uninstall pkgutil: 'com.mypaint.*'
end