From 6173a398410be63efc8304bcaad4e440b62c45ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Tue, 12 Jan 2016 16:35:12 +0000 Subject: [PATCH] updated xld (2015.12.14) --- Casks/xld.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/xld.rb b/Casks/xld.rb index a3daede5577..0a37d50012a 100644 --- a/Casks/xld.rb +++ b/Casks/xld.rb @@ -1,11 +1,11 @@ cask 'xld' do - version '20151214' + version '2015.12.14' sha256 '08a03d72cf0ff2cc9e8810dc76604fd527270b0b6d35563d133e537a3ea30117' # sourceforge.net is the official download host per the vendor homepage - url "http://downloads.sourceforge.net/project/xld/xld-#{version}.dmg" + url "http://downloads.sourceforge.net/project/xld/xld-#{version.no_dots}.dmg" appcast 'https://svn.code.sf.net/p/xld/code/appcast/xld-appcast_e.xml', - :sha256 => 'bfcf5c644e119533677462c8d4f50670aa37aea7947170be7adb375a040f2fd4' + :sha256 => 'e3e922ec70236a3fb605e6ed01e3d312fe3cf0c8e59943e5f9b00fbb3b3051ca' name 'X Lossless Decoder' name 'XLD' homepage 'http://tmkk.undo.jp/xld/index_e.html'