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 cask :v1 => 'hotswitch' do
version "1.2" version :latest
sha256 "f9db052a40efa5e6520434567c99ac965874e63b6afd429b5dc760e71a3aeefa" sha256 :no_check
url "https://github.com/oniatsu/HotSwitch/releases/download/v#{version}/HotSwitch-#{version}.zip" url 'http://oniatsu.github.io/HotSwitch/release/zip/HotSwitch.zip'
name "HotSwitch" name 'HotSwitch'
homepage "http://oniatsu.github.io/HotSwitch/" homepage 'http://oniatsu.github.io/HotSwitch/'
license :mit license :mit
app "HotSwitch.app" app 'HotSwitch.app'
end end