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
902 B

cask 'tower-beta' do
version '2.3.4-303,303-efc97691'
sha256 '500d53c0e18d89b1c91be3515adff581d713043db2774b8f8302464f26553677'
# amazonaws.com is the official download host per the vendor homepage
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: 'dabce6c5802426a7c9275daf30fb07bb77f19643e0ed5b5ae53a20a7882f30a4'
name 'Tower'
homepage 'https://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