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.
12 lines
387 B
12 lines
387 B
cask 'earlybird' do
|
|
version '43.0a2'
|
|
sha256 :no_check # required as upstream package is updated in-placea
|
|
|
|
url "https://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-earlybird/thunderbird-#{version}.en-US.mac.dmg"
|
|
name 'Earlybird'
|
|
name 'Thunderbird Nightly'
|
|
homepage 'https://www.mozilla.org/en-US/thunderbird/channel/'
|
|
license :mpl
|
|
|
|
app 'Earlybird.app'
|
|
end
|
|
|