homebrew-cask/Casks/vpaint.rb

17 lines
572 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'vpaint' do
2016-03-10 09:04:34 +08:00
version '1.6'
sha256 '7a762c78f48907346ac0c9320624910ed62e619d7db8678f2c46aac601209ce1'
2015-08-08 20:48:03 +08:00
2016-03-06 02:30:56 +08:00
# github.com/dalboris/vpaint was verified as official when first introduced to the cask
2016-03-10 09:04:34 +08:00
url "https://github.com/dalboris/vpaint/releases/download/v#{version}/VPaint.#{version}.dmg"
2015-08-08 20:48:03 +08:00
appcast 'https://github.com/dalboris/vpaint/releases.atom',
2016-03-10 09:04:34 +08:00
checkpoint: '1acbd6f7b3b66e2e10fe2cc38a8a2051cd6d198e4a3593bfa2dc74d081dc009d'
2015-08-08 20:48:03 +08:00
name 'VPaint'
homepage 'https://www.vpaint.org/'
2015-08-08 20:48:03 +08:00
license :mit
app 'vpaint.app'
zap delete: '~/.config/vpaint'
2015-08-08 20:48:03 +08:00
end