There is a new pull request by danieldevzx against master on the void-packages repository https://github.com/danieldevzx/void-packages fix-discord-template https://github.com/void-linux/void-packages/pull/52751 Fix discord package template for version 0.0.72 #### Testing the changes - I tested the changes in this PR: **YES**|**briefly**|**NO** This update modifies the template for the discord package to version 0.0.72. The following changes were made: - Version Bump: The version field has been updated from 0.0.71 to 0.0.72 to reflect the new Discord release. - Distfiles Update: The distfiles URL was modified to point to the correct source file for the new version (discord-0.0.72.tar.gz). - Checksum Update: The checksum field was updated to ensure that the downloaded file is correctly validated with the new SHA256 hash. The rest of the installation process remains the same, ensuring that the package installs its necessary files (e.g., binaries, resources, and libraries) in the appropriate locations. A patch file from https://github.com/void-linux/void-packages/pull/52751.patch is attached