Upgrade HotSwitch to latest

And uniform string quotes
This commit is contained in:
oniatsu 2015-02-27 22:43:36 +09:00
parent 4f204f2f81
commit 4327ba2836
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
cask :v1 => "hotswitch" do
version "1.2"
sha256 "f9db052a40efa5e6520434567c99ac965874e63b6afd429b5dc760e71a3aeefa"
cask :v1 => 'hotswitch' do
version :latest
sha256 :no_check
url "https://github.com/oniatsu/HotSwitch/releases/download/v#{version}/HotSwitch-#{version}.zip"
name "HotSwitch"
homepage "http://oniatsu.github.io/HotSwitch/"
url 'http://oniatsu.github.io/HotSwitch/release/zip/HotSwitch.zip'
name 'HotSwitch'
homepage 'http://oniatsu.github.io/HotSwitch/'
license :mit
app "HotSwitch.app"
app 'HotSwitch.app'
end