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
1.0 KiB
25 lines
1.0 KiB
cask 'iterm2-beta' do
|
|
# note: "2" is not a version number, but an intrinsic part of the product name
|
|
version '3.1.5.beta.2'
|
|
sha256 '49a33f0e4b48a28b1caa9139c80e84e388f996aa6757035341604229f9277ddb'
|
|
|
|
url "https://iterm2.com/downloads/beta/iTerm2-#{version.dots_to_underscores}.zip"
|
|
appcast 'https://iterm2.com/appcasts/testing3.xml',
|
|
checkpoint: '1c001aef8f100528085fe32aa4249e44649ddfe7026ff4f24600acfc1bfd333a'
|
|
name 'iTerm2'
|
|
homepage 'https://www.iterm2.com/'
|
|
|
|
auto_updates true
|
|
depends_on macos: '>= :yosemite'
|
|
|
|
app 'iTerm.app'
|
|
|
|
zap trash: [
|
|
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.googlecode.iterm2.sfl*',
|
|
'~/Library/Application Support/iTerm',
|
|
'~/Library/Application Support/iTerm2',
|
|
'~/Library/Caches/com.googlecode.iterm2',
|
|
'~/Library/Preferences/com.googlecode.iterm2.plist',
|
|
'~/Library/Saved Application State/com.googlecode.iterm2.savedState',
|
|
]
|
|
end
|
|
|