From 7933db19b3c285cbb8f47075d057391ed8583476 Mon Sep 17 00:00:00 2001 From: ndr Date: Fri, 27 Jun 2014 02:01:35 +0200 Subject: [PATCH] Reformat pi-filler.rb according to readability conventions --- Casks/pi-filler.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Casks/pi-filler.rb b/Casks/pi-filler.rb index 300ea24a87b..103578f4946 100644 --- a/Casks/pi-filler.rb +++ b/Casks/pi-filler.rb @@ -1,7 +1,9 @@ class PiFiller < Cask - url 'http://ivanx.com/raspberrypi/files/PiFiller.zip' - homepage 'http://ivanx.com/raspberrypi' version '1.1.1' sha256 '566eb386dd48993bceb6d170f563adb1ff45342e42044023161631e7b17e25cb' + + url 'http://ivanx.com/raspberrypi/files/PiFiller.zip' + homepage 'http://ivanx.com/raspberrypi' + link 'Pi Filler.app' end