homebrew-cask/Casks/handbrake.rb

24 lines
953 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'handbrake' do
2018-04-09 15:21:34 +08:00
version '1.1.0'
sha256 'd2457954cab59a7bbc58f0c12a2b03e262f6d2eb5e7b43960ab04e87531b1e33'
url "https://download.handbrake.fr/handbrake/releases/#{version}/HandBrake-#{version}.dmg"
2016-10-02 21:08:49 +08:00
appcast 'https://github.com/HandBrake/HandBrake/releases.atom',
2018-04-09 15:21:34 +08:00
checkpoint: '47b83a82c14f5afa84e62f57916b220c10fe78f06b7cba0e949b5e37fe70fd31'
2015-01-30 03:21:56 +08:00
name 'HandBrake'
homepage 'https://handbrake.fr/'
2016-02-10 07:30:58 +08:00
auto_updates true
depends_on macos: '>= :lion'
2016-02-10 07:30:58 +08:00
2014-09-16 00:05:40 +08:00
app 'HandBrake.app'
2017-11-18 18:15:41 +08:00
zap trash: [
'~/Library/Application Support/HandBrake',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/fr.handbrake.handbrake.sfl*',
'~/Library/Caches/fr.handbrake.HandBrake',
'~/Library/Preferences/fr.handbrake.HandBrake.plist',
'~/Library/Saved Application State/fr.handbrake.HandBrake.savedState',
]
2012-10-14 15:22:32 +08:00
end