Update sketchup to 2017,3-116-90851

This commit is contained in:
miccal 2018-08-08 14:40:53 +08:00 committed by Markus Reiter
parent c5a6cfc937
commit 03ccd80054
1 changed files with 10 additions and 10 deletions

View File

@ -1,23 +1,23 @@
cask 'sketchup' do
version '2017'
version '2017,3-116-90851'
sha256 'a534d77d1ea9622b19463258abf21768cb8bb8126734bd40329dd4088b04d79f'
# downloads can be found at https://www.sketchup.com/download/all
# dl.trimble.com/sketchup was verified as official when first introduced to the cask
url 'https://dl.trimble.com/sketchup/SketchUpMake-en.dmg'
url "https://www.sketchup.com/sketchup/2017/en/sketchupmake-#{version.before_comma}-#{version.after_comma}-en-dmg"
name 'SketchUp'
homepage 'https://www.sketchup.com/'
suite "SketchUp #{version}"
suite "SketchUp #{version.before_comma}"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.sketchup.sketchup.#{version}.sfl*",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.sketchup.stylebuilder.#{version}.sfl*",
"~/Library/Application Support/SketchUp #{version}",
"~/Library/Caches/com.sketchup.SketchUp.#{version}",
"~/Library/Cookies/com.sketchup.SketchUp.#{version}.binarycookies",
"~/Library/Preferences/com.sketchup.SketchUp.#{version}.plist",
"~/Library/Preferences/com.sketchup.SketchUp.#{version}.plist",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.sketchup.sketchup.#{version.before_comma}.sfl*",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.sketchup.stylebuilder.#{version.before_comma}.sfl*",
"~/Library/Application Support/SketchUp #{version.before_comma}",
"~/Library/Caches/com.sketchup.SketchUp.#{version.before_comma}",
"~/Library/Cookies/com.sketchup.SketchUp.#{version.before_comma}.binarycookies",
"~/Library/Preferences/com.sketchup.SketchUp.#{version.before_comma}.plist",
"~/Library/Preferences/com.sketchup.SketchUp.#{version.before_comma}.plist",
'~/Library/Preferences/Trimble.SketchUp-Helper.plist',
]
end