From 65647c8ca86ff99b9d38416a28fd9bf8febef73f Mon Sep 17 00:00:00 2001 From: ndr Date: Fri, 27 Jun 2014 02:01:38 +0200 Subject: [PATCH] Reformat qbittorrent.rb according to readability conventions --- Casks/qbittorrent.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Casks/qbittorrent.rb b/Casks/qbittorrent.rb index dc0b2070d..dc2f5221b 100644 --- a/Casks/qbittorrent.rb +++ b/Casks/qbittorrent.rb @@ -1,7 +1,9 @@ class Qbittorrent < Cask - url 'https://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-3.1.3.dmg' - homepage 'http://www.qbittorrent.org' version '3.1.3' sha256 'eaa13313fd2f88b7cbc6dd9ad2c63871c2a58a8f0177349618bbc853e56783c7' + + url 'https://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-3.1.3.dmg' + homepage 'http://www.qbittorrent.org' + link 'qBittorrent.app' end