Browse Source

Updated earlybird sha256 to no_check

Earlybird nightly is updated daily, but the version number does not change. So the cask breaks if the sha check is performed.
master
Christian Torrez 10 years ago
parent
commit
9337519b41
  1. 2
      Casks/earlybird.rb

2
Casks/earlybird.rb

@ -1,6 +1,6 @@
cask :v1 => 'earlybird' do cask :v1 => 'earlybird' do
version '37.0a2' version '37.0a2'
sha256 'da335ece743f9211be7274e39a432cf4f1ec0886172cb0a731bd28489110964d' 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" url "https://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-earlybird/thunderbird-#{version}.en-US.mac.dmg"
name 'Earlybird' name 'Earlybird'

Loading…
Cancel
Save