homebrew-cask/Casks/script-debugger.rb

19 lines
783 B
Ruby

cask 'script-debugger' do
version '7.0.5-7A65'
sha256 '975729d046c4e5d39cd0afb614f717d314545d17b38febc3a6edcd68910c797c'
# s3.amazonaws.com/latenightsw.com was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/latenightsw.com/ScriptDebugger#{version}.dmg"
appcast "https://www.latenightsw.com/versions/com.latenightsw.ScriptDebugger#{version.major}.php"
name 'Script Debugger'
homepage 'https://latenightsw.com/'
app 'Script Debugger.app'
zap trash: [
"~/Library/Application Support/Script Debugger #{version.major}",
"~/Library/Caches/com.latenightsw.ScriptDebugger#{version.major}",
"~/Library/Preferences/com.latenightsw.ScriptDebugger#{version.major}.plist",
]
end