Reformat keka.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:22 +02:00
parent d61e5c5d2a
commit 1ac910f61e
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
class Keka < Cask class Keka < Cask
version '1.0.4'
sha256 '0075741ed52e2c86d7749dfe2baf54c8b6dad75a780b4b51ca5fb14337124701'
url 'http://www.kekaosx.com/release/Keka-1.0.4-intel.dmg' url 'http://www.kekaosx.com/release/Keka-1.0.4-intel.dmg'
appcast 'http://update.kekaosx.com' appcast 'http://update.kekaosx.com'
homepage 'http://kekaosx.com/' homepage 'http://kekaosx.com/'
version '1.0.4'
sha256 '0075741ed52e2c86d7749dfe2baf54c8b6dad75a780b4b51ca5fb14337124701'
link 'Keka.app' link 'Keka.app'
end end