mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user