Skip to content

Commit

Permalink
Update Firefox ESR version and download over https
Browse files Browse the repository at this point in the history
  • Loading branch information
jtangelder committed Nov 27, 2015
1 parent e4a0fe3 commit f626a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/firefox/attributes/tarball.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default['firefox']['tarball']['version'] = '31.6.0esr'
default['firefox']['tarball']['download_url'] = "http://releases.mozilla.org/pub/firefox/releases/#{node['firefox']['tarball']['version']}/linux-#{kernel['machine']}/en-US/firefox-#{node['firefox']['tarball']['version']}.tar.bz2"
default['firefox']['tarball']['version'] = '38.4.0esr'
default['firefox']['tarball']['download_url'] = "https://releases.mozilla.org/pub/firefox/releases/#{node['firefox']['tarball']['version']}/linux-#{kernel['machine']}/en-US/firefox-#{node['firefox']['tarball']['version']}.tar.bz2"

# Required distro packages, preconfigured for Ubuntu 12.04
default['firefox']['tarball']['package_dependencies'] = %w(libasound2 libatk1.0-0 libc6 libcairo2 libdbus-1-3 libdbus-glib-1-2 libfontconfig1 libfreetype6 libgcc1 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk2.0-0 libnotify4 libpango1.0-0 libstartup-notification0 libstdc++6 libx11-6 libxext6 libxrender1 libxt6 lsb-release)

0 comments on commit f626a5e

Please sign in to comment.