cask 'github-beta' do version '1.0.9-beta0-4074fd62' sha256 '90cc14fcc31c65c910fa49e253949e3327b01ccd8528afe49637b21f7f9314c2' # githubusercontent.com was verified as official when first introduced to the cask url "https://desktop.githubusercontent.com/releases/#{version}/GitHubDesktop.zip" appcast 'https://github.com/desktop/desktop/releases.atom', checkpoint: '4cafac3f587c7c4d8a276dc46696b664146ed8e3a3d13b62dece03142be875f5' name 'GitHub Desktop' homepage 'https://desktop.github.com/' auto_updates true app 'GitHub Desktop.app' binary "#{appdir}/GitHub Desktop.app/Contents/Resources/app/static/github.sh", target: 'github' zap delete: [ '~/Library/Application Support/ShipIt_stderr.log', '~/Library/Application Support/ShipIt_stdout.log', '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.github.GitHubClient.sfl', '~/Library/Caches/com.github.GitHubClient', '~/Library/Caches/com.github.GitHubClient.ShipIt', ], trash: [ '~/Library/Application Support/GitHub Desktop', '~/Library/Application Support/com.github.GitHubClient', '~/Library/Application Support/com.github.GitHubClient.ShipIt', '~/Library/Preferences/com.github.GitHubClient.helper.plist', '~/Library/Preferences/com.github.GitHubClient.plist', ], rmdir: '~/.config/git' end