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

This commit is contained in:
Vítor Galvão 2015-08-09 14:22:01 +01:00
parent b5e628ff59
commit 7e139de2a3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ cask :v1 => 'slidemode' do
version '0.0.5'
sha256 '0c417eb7c4ca57da318260ad1d023ed8ad06deab74d3c0ae0a5d9658b34ab68c'
url "http://www.teaksoftware.com/workspace/files/slidemode#{version.gsub('.','')}.dmg"
url "http://www.teaksoftware.com/workspace/files/slidemode#{version.delete('.')}.dmg"
appcast 'http://teaksoftware.com/appcasts/smappcast.xml',
:sha256 => '859173e49589a62ff6923ed887e5377a4ea619865de38d28a79c3c9594613d12'
name 'SlideMode'