From 7db93854870201b33cb0d2e604cb121213e442b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Fri, 28 Aug 2015 12:07:13 +0200 Subject: [PATCH] Update flux.rb to always use latest version Using a versioned cask for this imo is not an ideal solution. For one, it's not very relevant which exact version your using and for me, also the security of having a sha256 check weighs less than always getting latest version without any maintenance cost. --- Casks/flux.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/flux.rb b/Casks/flux.rb index 81983703d690..e2f8f7dc863c 100644 --- a/Casks/flux.rb +++ b/Casks/flux.rb @@ -1,8 +1,8 @@ cask :v1 => 'flux' do - version '34' - sha256 'caa9d9b67372aa28bc79532fbccf464e39c9a9e07280bffe273fe95847597e62' + version :latest + sha256 :no_check - url "https://justgetflux.com/mac/Flux#{version}.zip" + url 'https://justgetflux.com/mac/Flux.zip' appcast 'https://justgetflux.com/mac/macflux.xml' name 'f.lux' homepage 'https://justgetflux.com/'