From 03214a793901ac605ed0ef46c1154a2dd6da24c4 Mon Sep 17 00:00:00 2001 From: aikasse Date: Thu, 8 Sep 2016 03:54:41 +0200 Subject: [PATCH] Update freefilesync.rb (new version 8.4 released) It has been released new version 8.4. Current cask freefilesync.rb fails during installation process: Terminal: ------------------------ $ brew cask install freefilesync ==> Downloading http://www.freefilesync.org/download/FreeFileSync_8.3_Mac_OS_X.zip curl: (22) The requested URL returned error: 403 Forbidden Error: Download failed on Cask 'freefilesync' with message: Download failed: http://www.freefilesync.org/download/FreeFileSync_8.3_Mac_OS_X.zip The incomplete download is cached at /Users/aikasse/Library/Caches/Homebrew/Cask/freefilesync--8.3.zip.incomplete ------------------------ --- Casks/freefilesync.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/freefilesync.rb b/Casks/freefilesync.rb index 77c476bc7b..18dbd5249e 100644 --- a/Casks/freefilesync.rb +++ b/Casks/freefilesync.rb @@ -1,6 +1,6 @@ cask 'freefilesync' do - version '8.3' - sha256 '1148cff841216da38a2d07b522d32709b6274760aa47dea9760ba4e3dd93f3c3' + version '8.4' + sha256 '59cc3d42e16fbf5157d4af4fd7be66b02515c71cd673fbb160960152f746806c' url "http://www.freefilesync.org/download/FreeFileSync_#{version}_Mac_OS_X.zip", referer: 'https://www.freefilesync.org/download.php'