homebrew-cask/Casks/github-desktop.rb

37 lines
1.4 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'github-desktop' do
2016-04-13 03:55:02 +08:00
version '219'
sha256 '646c9b96e6b99c2d7c683feb3355d4aee4023d5c57af336531bcbc143f4920b0'
2016-01-08 05:01:01 +08:00
url "https://mac-installer.github.com/mac/GitHub%20Desktop%20#{version}.zip"
2015-07-09 08:58:14 +08:00
appcast 'https://central.github.com/mac/appcast.xml',
2016-04-13 03:55:02 +08:00
checkpoint: '9267f5934fc34a3b02bf7950e1f313c2b88adff06215111260a123d040330284'
2015-08-13 00:00:44 +08:00
name 'GitHub Desktop'
homepage 'https://desktop.github.com/'
license :gratis
2015-08-13 00:00:44 +08:00
app 'GitHub Desktop.app'
binary 'GitHub Desktop.app/Contents/MacOS/github_cli', target: 'github'
2014-11-02 07:14:31 +08:00
2014-09-09 20:55:27 +08:00
postflight do
2014-11-02 07:14:31 +08:00
suppress_move_to_applications
end
2014-10-11 22:27:32 +08:00
uninstall launchctl: [
'com.github.GitHub.Conduit',
'com.github.GitHub.GHInstallCLI',
]
zap delete: [
'~/Library/Application Support/GitHub for Mac',
'~/Library/Application Support/ShipIt_stderr.log',
'~/Library/Application Support/ShipIt_stdout.log',
'~/Library/Application Support/com.github.GitHub',
'~/Library/Application Support/com.github.GitHub.ShipIt',
'~/Library/Caches/GitHub for Mac',
'~/Library/Caches/com.github.GitHub',
'~/Library/Containers/com.github.GitHub.Conduit',
'~/Library/Preferences/com.github.GitHub.LSSharedFileList.plist',
'~/Library/Preferences/com.github.GitHub.plist',
]
2012-10-09 02:50:35 +08:00
end