In order to run wkhtmltopdf on heroku it is required to setup a buildpack that download and install wkhtml after the main app deploy.
All the available buildpacks are pretty old and point to a library download URL at download.gna.org/.. which is no longer available.
Can anybody point me to a correct buildpack, or maybe suggest how and what to change in to the following buildpacks in order to work? I guess it would be enough to change the download URL but I don't know what a correct URL looks like
https://github.com/dscout/wkhtmltopdf-buildpack/blob/master/bin/compile
https://github.com/barsoom/wkhtmltopdf-buildpack/blob/master/bin/compile
https://github.com/rafaelp/heroku-buildpack-wkhtmltopdf/blob/master/bin/compile
https://github.com/neofreko/wkhtmltopdf-buildpack/blob/master/bin/compile