homebrew-cask/Casks/fork.rb

23 lines
824 B
Ruby
Raw Normal View History

2016-09-02 07:31:16 +08:00
cask 'fork' do
version '1.0.88'
sha256 '3ca47cb7fc2cc01b5a57cb22b78c73d173861d47f1c7878db7439b8332618f37'
2016-09-02 07:31:16 +08:00
# forkapp.ams3.cdn.digitaloceanspaces.com/mac was verified as official when first introduced to the cask
url "https://forkapp.ams3.cdn.digitaloceanspaces.com/mac/Fork-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://git-fork.com/update/feed.xml'
2016-09-02 07:31:16 +08:00
name 'Fork'
homepage 'https://git-fork.com/'
2016-09-02 07:31:16 +08:00
auto_updates true
2016-09-02 07:31:16 +08:00
app 'Fork.app'
2018-06-13 05:04:41 +08:00
binary "#{appdir}/Fork.app/Contents/Resources/fork_cli", target: 'fork'
2017-11-18 18:01:27 +08:00
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',
]
2016-09-02 07:31:16 +08:00
end