* [PR PATCH] Fix discord package template for version 0.0.72
@ 2024-10-23 14:45 danieldevzx
2024-10-23 17:10 ` [PR PATCH] [Closed]: " classabbyamp
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: danieldevzx @ 2024-10-23 14:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1990 bytes --]
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
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
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
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-discord-template-52751.patch --]
[-- Type: text/x-diff, Size: 1094 bytes --]
From 40e5805896d5b821b256a517536da694ea339490 Mon Sep 17 00:00:00 2001
From: Daniel <danielmartinsdev@gmail.com>
Date: Wed, 23 Oct 2024 11:42:36 -0300
Subject: [PATCH] Fix discord package template for version 0.0.72
---
srcpkgs/discord/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index e0ffefbb3381c2..d47ef4cfad9d69 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,6 +1,6 @@
# Template file for 'discord'
pkgname=discord
-version=0.0.71
+version=0.0.72
revision=1
archs="x86_64"
depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
@@ -10,7 +10,7 @@ maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
license="custom:Proprietary"
homepage="https://discord.com"
distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=3cc71abe05212fc735605696b28a1939b0daec03cca820f521acac103e5f59a7
+checksum=200be5c6cea811d3bffea556c07d1c04911b0f1c8f2c6e871f098e82a3334515
repository=nonfree
restricted=yes
nopie=yes
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Closed]: Fix discord package template for version 0.0.72
2024-10-23 14:45 [PR PATCH] Fix discord package template for version 0.0.72 danieldevzx
@ 2024-10-23 17:10 ` classabbyamp
2024-10-23 17:10 ` classabbyamp
2024-10-23 17:34 ` ahesford
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-10-23 17:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1818 bytes --]
There's a closed pull request on the void-packages repository
Fix discord package template for version 0.0.72
https://github.com/void-linux/void-packages/pull/52751
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fix discord package template for version 0.0.72
2024-10-23 14:45 [PR PATCH] Fix discord package template for version 0.0.72 danieldevzx
2024-10-23 17:10 ` [PR PATCH] [Closed]: " classabbyamp
@ 2024-10-23 17:10 ` classabbyamp
2024-10-23 17:34 ` ahesford
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-10-23 17:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 166 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52751#issuecomment-2432896264
Comment:
duplicate of #52734
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Fix discord package template for version 0.0.72
2024-10-23 14:45 [PR PATCH] Fix discord package template for version 0.0.72 danieldevzx
2024-10-23 17:10 ` [PR PATCH] [Closed]: " classabbyamp
2024-10-23 17:10 ` classabbyamp
@ 2024-10-23 17:34 ` ahesford
2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2024-10-23 17:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 231 bytes --]
New comment by ahesford on void-packages repository
https://github.com/void-linux/void-packages/pull/52751#issuecomment-2432961954
Comment:
Please do not submit contributions produced by interactions with large-language models.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-23 17:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-23 14:45 [PR PATCH] Fix discord package template for version 0.0.72 danieldevzx
2024-10-23 17:10 ` [PR PATCH] [Closed]: " classabbyamp
2024-10-23 17:10 ` classabbyamp
2024-10-23 17:34 ` ahesford
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).