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.
24 lines
794 B
24 lines
794 B
cask :v1 => 'tower-beta' do
|
|
version '2.3.0-295'
|
|
sha256 '033fffa5a58846b49abd5896b2d2117b07e3f9bce5ea4bb9c7b40d1f39dd0a68'
|
|
|
|
# amazonaws.com is the official download host per the vendor homepage
|
|
url "https://fournova-app-updates.s3.amazonaws.com/apps/tower2-mac/295-6acc5424/Tower-2-#{version}.zip"
|
|
appcast 'https://updates.fournova.com/updates/tower2-mac/beta'
|
|
name 'Tower'
|
|
homepage 'http://www.git-tower.com/'
|
|
license :commercial
|
|
|
|
app 'Tower.app'
|
|
binary '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
|
|
|