From ccb85f154d33bbd7c8dacb5df77dd495c0a03c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Mon, 4 Feb 2013 00:22:24 +0000 Subject: [PATCH] Rename flux to f-lux See https://github.com/phinze/homebrew-cask/pull/146#discussion-diff-2872101 for details and the reason for the renaming. To summarise: `f-lux` is as close as we can get to `f.lux`, and at the same time we're freeing the spot for another app name `Flux`. Signed-off-by: Felix Saparelli --- Casks/{flux.rb => f-lux.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Casks/{flux.rb => f-lux.rb} (89%) diff --git a/Casks/flux.rb b/Casks/f-lux.rb similarity index 89% rename from Casks/flux.rb rename to Casks/f-lux.rb index 2cabf25d6..7dd82fc0e 100644 --- a/Casks/flux.rb +++ b/Casks/f-lux.rb @@ -1,4 +1,4 @@ -class Flux < Cask +class FLux < Cask url 'https://secure.herf.org/flux/Flux.zip' homepage 'http://stereopsis.com/flux/' version 'latest'