git: b0a6807392ac - main - net-im/linux-discord: Downgrade version to 0.0.89
Date: Tue, 15 Apr 2025 08:47:42 UTC
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0a6807392ac7269f412637f185edb2b25ff3f76 commit b0a6807392ac7269f412637f185edb2b25ff3f76 Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2025-04-15 08:36:28 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2025-04-15 08:47:34 +0000 net-im/linux-discord: Downgrade version to 0.0.89 - The developers of Discord have identified an issue impacting voice sound on 0.0.90 version and have rolled back. (See https://discordstatus.com/incidents/mv9k3px764kd ) - Bump PORTEPOCH - Add pkg-message to explain to users how to avoid automatic check for updates when starting the program. --- net-im/linux-discord/Makefile | 3 ++- net-im/linux-discord/distinfo | 6 +++--- net-im/linux-discord/pkg-message | 13 +++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/net-im/linux-discord/Makefile b/net-im/linux-discord/Makefile index f082e91ad26c..b56d92d94323 100644 --- a/net-im/linux-discord/Makefile +++ b/net-im/linux-discord/Makefile @@ -1,5 +1,6 @@ PORTNAME= discord -DISTVERSION= 0.0.90 +DISTVERSION= 0.0.89 +PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= https://dl.discordapp.net/apps/linux/${DISTVERSION}/ PKGNAMEPREFIX= linux- diff --git a/net-im/linux-discord/distinfo b/net-im/linux-discord/distinfo index 5d2fa444c0cb..a1f22b65dca2 100644 --- a/net-im/linux-discord/distinfo +++ b/net-im/linux-discord/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743538641 -SHA256 (discord-0.0.90.tar.gz) = 99f428ef51b86796700eba16888d96e436f98ac331771e05c376fa5fee27ec58 -SIZE (discord-0.0.90.tar.gz) = 102417333 +TIMESTAMP = 1744703712 +SHA256 (discord-0.0.89.tar.gz) = ef833648024b4bcbb7ee6d9b128fd86e5abcdb611b59665fa4b7f97a6bd3bac1 +SIZE (discord-0.0.89.tar.gz) = 102421846 diff --git a/net-im/linux-discord/pkg-message b/net-im/linux-discord/pkg-message new file mode 100644 index 000000000000..a79373b6b2eb --- /dev/null +++ b/net-im/linux-discord/pkg-message @@ -0,0 +1,13 @@ +[ +{ + type: install + message: <<EOM +After the first start of the application, it is recommended to add the +following line to the file ~/.config/discord/settings.json (after the first +opening curly brace) to avoid automatic check for updates. + + "SKIP_HOST_UPDATE": true, + +EOM +} +]