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.
25 lines
933 B
25 lines
933 B
cask 'tower-beta' do
|
|
version '2.5.0-327,327-cedf62ec'
|
|
sha256 '3b7803420ef379b07db09566aa3a2d20f2eb3423427802be6a6efd6d076ff4c8'
|
|
|
|
# amazonaws.com/apps/tower2-mac was verified as official when first introduced to the cask
|
|
url "https://fournova-app-updates.s3.amazonaws.com/apps/tower2-mac/#{version.after_comma}/Tower-2-#{version.before_comma}.zip"
|
|
appcast 'https://updates.fournova.com/updates/tower2-mac/beta',
|
|
checkpoint: 'be6041bd4e7fe51adf7a44d2db7c69d6c49e3404a97f1170ebc372e9cf03a84a'
|
|
name 'Tower'
|
|
homepage 'https://www.git-tower.com/'
|
|
license :commercial
|
|
|
|
app 'Tower.app'
|
|
binary "#{appdir}/Tower.app/Contents/MacOS/gittower"
|
|
|
|
zap delete: [
|
|
'~/Library/Application Support/com.fournova.Tower2',
|
|
'~/Library/Caches/com.fournova.Tower2',
|
|
'~/Library/Preferences/com.fournova.Tower2.plist',
|
|
]
|
|
|
|
caveats do
|
|
files_in_usr_local
|
|
end
|
|
end
|
|
|