homebrew-cask/Casks/tysimulator.rb

18 lines
695 B
Ruby

cask 'tysimulator' do
version '0.8.1'
sha256 '064c8fa2a35607e262e131c150e837af28fb357e38308cb02f0bbf0eff51ea49'
# github.com/luckytianyiyan/TySimulator was verified as official when first introduced to the cask
url "https://github.com/luckytianyiyan/TySimulator/releases/download/#{version}/TySimulator.#{version}.dmg"
appcast 'https://github.com/luckytianyiyan/TySimulator/releases.atom',
checkpoint: '99063f91750cc8930888dd145978da4dcad4a6344b9238c36d3fcee281f88e9c'
name 'TySimulator'
homepage 'https://tysimulator.com/'
app 'TySimulator.app'
uninstall quit: 'com.tianyiyan.TySimulator'
zap trash: '~/Library/Preferences/com.tianyiyan.TySimulator.plist'
end