controllermate.rb: changed 'gsub' into '' to 'delete'

This commit is contained in:
Vítor Galvão 2015-08-09 14:21:58 +01:00
parent 2c82b85857
commit cf924cd16e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ cask :v1 => 'controllermate' do
sha256 'dad06ea5627a4848a3cf983977565fc36a1d3dd75702a2fda97a68ca06b23c14'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/orderedbytes/ControllerMate#{version.gsub('.','')}.zip"
url "https://s3.amazonaws.com/orderedbytes/ControllerMate#{version.delete('.')}.zip"
name 'ControllerMate'
appcast 'http://www.orderedbytes.com/sparkle/appcast_cm460.xml',
:sha256 => '680a8928983f72e588e92a71d83517ceaec5701c5d6ee70cb4a13671d14e793c'