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

------------------------
This commit is contained in:
aikasse
2016-09-08 03:54:41 +02:00
committed by GitHub
parent 9e79ce0ed7
commit 03214a7939
+2 -2
View File
@@ -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'