File _service of Package discord-canary
<services>
<service name="download_url">
<param name="host">discordapp.com</param>
<param name="protocol">https</param>
<!-- Remove the version from the path -->
<param name="path">/api/download/canary?platform=linux&format=tar.gz</param>
<!-- Add the filename parameter with version -->
<param name="filename">discord-canary.tar.gz</param>
</service>
<service name="set_version">
<!-- Define the version number here -->
<param name="version">0.0.516 </param>
</service>
</services>
<!-- check latest version from this link: -->
<!--https://discordapp.com/api/download/canary?platform=linux&format=tar.gz -->