crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
457 stars 103 forks source link

docker: Fix c-ares download link #360

Closed stickz closed 2 weeks ago

stickz commented 2 weeks ago

It was moved to GitHub.

Example link: https://github.com/c-ares/c-ares/releases/download/cares-1_24_0/c-ares-1.24.0.tar.gz

${CARES_VERSION//\./\_} replaces all the dots in the version string with underscore to build the new download URL.

stickz commented 2 weeks ago

@crazy-max This PR will fix the problems with testing pull requests and building the docker image. c-ares download links were moved to GitHub, which is the reason for the sudden failure.