mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
discord-ptb: update to 0.0.64.
This commit is contained in:
parent
a4e0fe008b
commit
cfe85b58c5
2 changed files with 14 additions and 2 deletions
srcpkgs/discord-ptb
12
srcpkgs/discord-ptb/INSTALL.msg
Normal file
12
srcpkgs/discord-ptb/INSTALL.msg
Normal file
|
@ -0,0 +1,12 @@
|
|||
This template may not always be freshly up-to-date. To avoid being locked out
|
||||
of Discord by a forced update check, you can modify the client's config file to
|
||||
enable skipping "host" updates.
|
||||
Normal UI updates will continue to function normally.
|
||||
|
||||
This can safely be done with this one liner, after running Discord PTB once:
|
||||
(requires jq and moreutils)
|
||||
|
||||
_DPTB_CONFIG=~/.config/discordptb/settings.json;
|
||||
touch $_DPTB_CONFIG && \
|
||||
jq -n 'input? // {} | .SKIP_HOST_UPDATE = true' $_DPTB_CONFIG | \
|
||||
sponge $_DPTB_CONFIG
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'discord-ptb'
|
||||
pkgname=discord-ptb
|
||||
version=0.0.62
|
||||
version=0.0.64
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
|
||||
|
@ -10,7 +10,7 @@ maintainer="0x5c <dev@0x5c.io>"
|
|||
license="custom:Proprietary"
|
||||
homepage="https://discord.com/"
|
||||
distfiles="https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"
|
||||
checksum=140199aaf0f54b7cec28e9ab1c03fa494b2d46ed4c324663d0ebdd8023000155
|
||||
checksum=96803f45d4fa63973a5298aeb3ebceff7f3716bbadb091184bfd6e891d207eaa
|
||||
nopie=yes
|
||||
restricted=yes
|
||||
repository=nonfree
|
||||
|
|
Loading…
Add table
Reference in a new issue