mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
discord-ptb: update to 0.0.35.
This commit is contained in:
parent
208681d556
commit
2e9160cba8
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'discord-ptb'
|
# Template file for 'discord-ptb'
|
||||||
pkgname=discord-ptb
|
pkgname=discord-ptb
|
||||||
version=0.0.34
|
version=0.0.35
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
hostmakedepends="w3m"
|
hostmakedepends="w3m"
|
||||||
|
@ -11,15 +11,15 @@ maintainer="0x5c <dev@0x5c.io>"
|
||||||
license="custom:Proprietary"
|
license="custom:Proprietary"
|
||||||
homepage="https://discord.com/"
|
homepage="https://discord.com/"
|
||||||
distfiles="https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"
|
distfiles="https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"
|
||||||
checksum=083e9d2e806796f869c0415f2c8f4eaa386f8993e3df1343c8f2bda81254a9c9
|
checksum=6e7a79c1f711db5b3b2cc3f11608f91b752cc4f5a5163e2de826dea2c8ae7c76
|
||||||
_license_checksum=b64b3fdcd86d70df0e4dffa8d4aa4a7aa3e87204059902f1680100f5ee2f2ef4
|
_license_checksum=45e63af835972e94b311bc44d515ca11a919d6a8f127ec801267b0a8fba10847
|
||||||
nopie=yes
|
nopie=yes
|
||||||
restricted=yes
|
restricted=yes
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
$XBPS_FETCH_CMD -o eula https://discord.com/terms; cat eula |
|
$XBPS_FETCH_CMD -o eula https://discord.com/terms
|
||||||
w3m -dump -I utf-8 -T text/html |
|
w3m -dump -I utf-8 -T text/html eula |
|
||||||
sed -n '/Discord.s Terms of Service/,/^Imagine a place$/p' > EULA
|
sed -n '/Discord.s Terms of Service/,/^Imagine a place$/p' > EULA
|
||||||
|
|
||||||
filesum="$(xbps-digest EULA)"
|
filesum="$(xbps-digest EULA)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue