You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
352 B
11 lines
352 B
cask 'thunderbird-beta' do
|
|
version '47.0b1'
|
|
sha256 '037bf742736f9da28c8835351fedbac032090b19053fe4e87e11752140a97eb7'
|
|
|
|
url "https://download.mozilla.org/?product=thunderbird-#{version}&os=osx&lang=en-US"
|
|
name 'Mozilla Thunderbird'
|
|
homepage 'https://www.mozilla.org/en-US/thunderbird/all-beta.html'
|
|
license :mpl
|
|
|
|
app 'Thunderbird.app'
|
|
end
|
|
|