You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.2 KiB
28 lines
1.2 KiB
cask 'sourcetree-beta' do
|
|
version '2.6.2b2'
|
|
sha256 '92249851fe6366cad5eecb33baf315279ad269038cd584c7883681e7889d9e02'
|
|
|
|
# atlassian.com was verified as official when first introduced to the cask
|
|
url "https://downloads.atlassian.com/software/sourcetree/SourceTree_#{version}.zip"
|
|
appcast 'https://www.sourcetreeapp.com/update/SparkleAppcastBeta.xml',
|
|
checkpoint: '1c20958434b3556380a425cc85fc73be9e4c367328ae382560de056262036123'
|
|
name 'Atlassian SourceTree'
|
|
homepage 'https://www.sourcetreeapp.com/'
|
|
|
|
auto_updates true
|
|
depends_on macos: '>= 10.10'
|
|
|
|
app 'SourceTree-Beta.app'
|
|
binary "#{appdir}/SourceTree-Beta.app/Contents/Resources/stree"
|
|
|
|
uninstall launchctl: 'com.atlassian.SourceTreePrivilegedHelper2',
|
|
quit: 'com.torusknot.SourceTreeNotMAS'
|
|
|
|
zap delete: [
|
|
'~/Library/Application Support/SourceTree',
|
|
'~/Library/Caches/com.torusknot.SourceTreeNotMAS',
|
|
'~/Library/Preferences/com.torusknot.SourceTreeNotMAS.plist',
|
|
'~/Library/Preferences/com.torusknot.SourceTreeNotMAS.LSSharedFileList.plist',
|
|
'~/Library/Saved Application State/com.torusknot.SourceTreeNotMAS.savedState',
|
|
]
|
|
end
|
|
|