homebrew-cask/Casks/pencil2d.rb

14 lines
560 B
Ruby

cask 'pencil2d' do
version '0.6.1.1'
sha256 'bce374e85b2d49641cf3325aeb91f5cdfaaa02c2defc83c95092e1f8c56e4bb9'
# github.com/pencil2d/pencil was verified as official when first introduced to the cask
url "https://github.com/pencil2d/pencil/releases/download/v#{version}/pencil2d-mac-#{version}.zip"
appcast 'https://github.com/pencil2d/pencil/releases.atom',
checkpoint: '31c59d411a66625a0302e7875a306efceb9dddba907650223d5dbae771c3eb2f'
name 'Pencil2D Animation'
homepage 'https://www.pencil2d.org/'
app 'Pencil2D/Pencil2D.app'
end