From f3c0b4d670e7d298a01657a94d65d095f4214e8c Mon Sep 17 00:00:00 2001 From: Tian Yiyan Date: Sun, 23 Jul 2017 09:11:14 +0800 Subject: [PATCH] Add TySimulator.app v0.8.0 (#36867) * Add TySimulator.app v0.8.0 * Update tysimulator.rb --- Casks/tysimulator.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Casks/tysimulator.rb diff --git a/Casks/tysimulator.rb b/Casks/tysimulator.rb new file mode 100644 index 00000000000..b4131b38948 --- /dev/null +++ b/Casks/tysimulator.rb @@ -0,0 +1,17 @@ +cask 'tysimulator' do + version '0.8.0' + sha256 '0bd46b70215ddc53ad349fb7d53d2bdd550b5481b37d62bedeef87d1298b831e' + + # 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: '46e996a6adbf9dfc6bb7c2455bb2790856f538c77bc0bce1b20a6d2016e85e30' + name 'TySimulator' + homepage 'https://tysimulator.com/' + + app 'TySimulator.app' + + uninstall quit: 'com.tianyiyan.TySimulator' + + zap trash: '~/Library/Preferences/com.tianyiyan.TySimulator.plist' +end