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
329 B
11 lines
329 B
cask 'thunderbird-uk' do
|
|
version '45.0'
|
|
sha256 'f0f53bf3661d000b26fdac398f47ab81febf64d1c1860810bf8fcc3918ce1a92'
|
|
|
|
url "https://download.mozilla.org/?product=thunderbird-#{version}&os=osx&lang=uk"
|
|
name 'Mozilla Thunderbird'
|
|
homepage 'https://www.mozilla.org/uk/thunderbird/'
|
|
license :mpl
|
|
|
|
app 'Thunderbird.app'
|
|
end
|
|
|