homebrew-cask/Casks/patchwork.rb

13 lines
459 B
Ruby
Raw Normal View History

2017-05-28 23:07:11 +08:00
cask 'patchwork' do
2017-10-07 19:16:06 +08:00
version '3.7.1'
sha256 '9e0524cab2a74bf07e7f01950e5a00bd9e0a4d9834a55c177beeb3f95d94aac3'
2017-05-28 23:07:11 +08:00
url "https://github.com/ssbc/patchwork/releases/download/v#{version}/Patchwork-#{version}-mac.dmg"
appcast 'https://github.com/ssbc/patchwork/releases.atom',
2017-10-07 19:16:06 +08:00
checkpoint: '47a110913c5fa382e4f5f9ac7301eb939cdc8682abe859c3f3d639bd6ab42072'
2017-05-28 23:07:11 +08:00
name 'Patchwork'
homepage 'https://github.com/ssbc/patchwork'
app 'Patchwork.app'
end