homebrew-cask/Casks/fork.rb

22 lines
706 B
Ruby

cask 'fork' do
version '1.0.66.3'
sha256 '0cc1e779f183ad287114ac518bba216af3706c8cf5eb672685d28bedf134c869'
url 'https://git-fork.com/update/files/Fork.dmg'
appcast 'https://git-fork.com/update/feed.xml',
checkpoint: 'ffc21289b3dacc8c02940ebb7df2c36ef6283884f79da6a8ee6371a2ae009e5a'
name 'Fork'
homepage 'https://git-fork.com/'
auto_updates true
app 'Fork.app'
zap trash: [
'~/Library/Application Support/com.DanPristupov.Fork',
'~/Library/Caches/com.DanPristupov.Fork',
'~/Library/Preferences/com.DanPristupov.Fork.plist',
'~/Library/Saved Application State/com.DanPristupov.Fork.savedState',
]
end