sergiotapia / magnetissimo

Web application that indexes all popular torrent sites, and saves it to the local database.
MIT License
2.98k stars 187 forks source link

Fix ssl_verify_fun problems #167

Open uberkael opened 9 months ago

uberkael commented 9 months ago

Fixing errors during compilation caused by https://github.com/deadtrickster/ssl_verify_fun.erl/pull/27 patched only in 1.1.7.

could not compile dependency :ssl_verify_fun, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile ssl_verify_fun --force", update it with "mix deps.update ssl_verify_fun" or clean it with "mix deps.clean ssl_verify_fun"
sergiotapia commented 7 months ago

thank you for the PR, is this still necessary @uberkael?