From 0e03b8818130e33ae094fca33f75b8b0a5ea6cd2 Mon Sep 17 00:00:00 2001 From: Tualatrix Chou Date: Wed, 18 Sep 2019 20:44:56 +0800 Subject: [PATCH] Add One Switch v1.7.1 (#69277) * Add One Switch v1.7.1 * Update and rename oneswitch.rb to one-switch.rb * Update one-switch.rb --- Casks/one-switch.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Casks/one-switch.rb diff --git a/Casks/one-switch.rb b/Casks/one-switch.rb new file mode 100644 index 00000000000..374f0ae1699 --- /dev/null +++ b/Casks/one-switch.rb @@ -0,0 +1,12 @@ +cask 'one-switch' do + version '1.7.1' + sha256 'c2127c94c26d606dfdee632fe1cc833be9586d58a4be78ab61f36892abfcd205' + + # dl.devmate.com/studio.fireball.OneSwitch was verified as official when first introduced to the cask + url 'https://dl.devmate.com/studio.fireball.OneSwitch/OneSwitch.zip' + appcast 'https://updates.devmate.com/studio.fireball.OneSwitch.xml' + name 'One Switch' + homepage 'https://fireball.studio/oneswitch' + + app 'One Switch.app' +end