Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Update default.rb
Browse files Browse the repository at this point in the history
wkhtmltopdf is not hosting on sourceforge anymore
  • Loading branch information
aka47 committed Sep 11, 2015
1 parent 62f6bc9 commit c78bd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
end

default['wkhtmltopdf']['package'] = "wkhtmltox-#{node['wkhtmltopdf']['version']}_linux-precise-amd64.deb"
default['wkhtmltopdf']['mirror_url'] = "http://downloads.sourceforge.net/project/wkhtmltopdf/#{node['wkhtmltopdf']['version']}/#{node['wkhtmltopdf']['package']}"
default['wkhtmltopdf']['mirror_url'] = "http://download.gna.org/wkhtmltopdf/0.12/#{node['wkhtmltopdf']['version']}/#{node['wkhtmltopdf']['package']}"

0 comments on commit c78bd1a

Please sign in to comment.