From d9b9c3481cf9092e667522093f15a23e2f00f74b Mon Sep 17 00:00:00 2001 From: phinze Date: Mon, 15 Oct 2012 18:52:31 -0500 Subject: [PATCH] fix thunderbird link addresses issue found by @parananon in #59 --- Casks/thunderbird.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/thunderbird.rb b/Casks/thunderbird.rb index ab2ce287b..c738c1efc 100644 --- a/Casks/thunderbird.rb +++ b/Casks/thunderbird.rb @@ -1,5 +1,5 @@ class Thunderbird < Cask - url 'http://download.mozilla.org/?product=thunderbird-15.0.1&os=osx&lang=en-US' + url 'http://download.cdn.mozilla.net/pub/mozilla.org/thunderbird/releases/16.0.1/mac/en-US/Thunderbird%2016.0.1.dmg' homepage 'http://www.mozilla.org/en-US/thunderbird/' - version '15.0.1' + version '16.0.1' end