Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update discord to 0.0.20
@ 2022-09-15 19:44 KJ002
  2022-09-15 19:56 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: KJ002 @ 2022-09-15 19:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1148 bytes --]

There is a new pull request by KJ002 against master on the void-packages repository

https://github.com/KJ002/void-packages master
https://github.com/void-linux/void-packages/pull/39305

Update discord to 0.0.20
Bump discord version to 0.0.20 and update checksum.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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, x86_64-glibc




A patch file from https://github.com/void-linux/void-packages/pull/39305.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-39305.patch --]
[-- Type: text/x-diff, Size: 1064 bytes --]

From a50d133659c3aeb2e1751887de09c4bca7d1fbdc Mon Sep 17 00:00:00 2001
From: James Butcher <36408549+KJ002@users.noreply.github.com>
Date: Thu, 15 Sep 2022 20:42:05 +0100
Subject: [PATCH] Update discord to 0.0.20

Bump version and update checksum
---
 srcpkgs/discord/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index 62c1591dec9e..fb4e9a6d91b1 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,6 +1,6 @@
 # Template file for 'discord'
 pkgname=discord
-version=0.0.19
+version=0.0.20
 revision=1
 archs="x86_64"
 wrksrc="Discord"
@@ -11,7 +11,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=19f4b275d6c617c580e89987a38b54336edcc87579911032ac48997b58db0390
+checksum=ddfef2bb18a0105ddef2a8427ad087281b55e17507b31fe26226820978eca58c
 repository=nonfree
 restricted=yes
 nopie=yes

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Update discord to 0.0.20
  2022-09-15 19:44 [PR PATCH] Update discord to 0.0.20 KJ002
@ 2022-09-15 19:56 ` classabbyamp
  2022-09-15 19:57 ` KJ002
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-09-15 19:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39305#issuecomment-1248547499

Comment:
commit message should just be `discord: update to 0.0.20.`

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Update discord to 0.0.20
  2022-09-15 19:44 [PR PATCH] Update discord to 0.0.20 KJ002
  2022-09-15 19:56 ` classabbyamp
@ 2022-09-15 19:57 ` KJ002
  2022-09-15 20:17 ` [PR PATCH] [Updated] " KJ002
  2022-09-15 20:19 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: KJ002 @ 2022-09-15 19:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

New comment by KJ002 on void-packages repository

https://github.com/void-linux/void-packages/pull/39305#issuecomment-1248548559

Comment:
> commit message should just be `discord: update to 0.0.20.`

Yeah, I am fixing it now. just cloning the repo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] Update discord to 0.0.20
  2022-09-15 19:44 [PR PATCH] Update discord to 0.0.20 KJ002
  2022-09-15 19:56 ` classabbyamp
  2022-09-15 19:57 ` KJ002
@ 2022-09-15 20:17 ` KJ002
  2022-09-15 20:19 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: KJ002 @ 2022-09-15 20:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1153 bytes --]

There is an updated pull request by KJ002 against master on the void-packages repository

https://github.com/KJ002/void-packages master
https://github.com/void-linux/void-packages/pull/39305

Update discord to 0.0.20
Bump discord version to 0.0.20 and update checksum.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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, x86_64-glibc




A patch file from https://github.com/void-linux/void-packages/pull/39305.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-39305.patch --]
[-- Type: text/x-diff, Size: 1033 bytes --]

From 69a9900c190d43e56b5e9fe9d2ac69001d2c3731 Mon Sep 17 00:00:00 2001
From: James Butcher <36408549+KJ002@users.noreply.github.com>
Date: Thu, 15 Sep 2022 20:42:05 +0100
Subject: [PATCH] discord: update to 0.0.20.

---
 srcpkgs/discord/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index 62c1591dec9e..fb4e9a6d91b1 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,6 +1,6 @@
 # Template file for 'discord'
 pkgname=discord
-version=0.0.19
+version=0.0.20
 revision=1
 archs="x86_64"
 wrksrc="Discord"
@@ -11,7 +11,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=19f4b275d6c617c580e89987a38b54336edcc87579911032ac48997b58db0390
+checksum=ddfef2bb18a0105ddef2a8427ad087281b55e17507b31fe26226820978eca58c
 repository=nonfree
 restricted=yes
 nopie=yes

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: Update discord to 0.0.20
  2022-09-15 19:44 [PR PATCH] Update discord to 0.0.20 KJ002
                   ` (2 preceding siblings ...)
  2022-09-15 20:17 ` [PR PATCH] [Updated] " KJ002
@ 2022-09-15 20:19 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-09-15 20:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1002 bytes --]

There's a merged pull request on the void-packages repository

Update discord to 0.0.20
https://github.com/void-linux/void-packages/pull/39305

Description:
Bump discord version to 0.0.20 and update checksum.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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, x86_64-glibc




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-15 20:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 19:44 [PR PATCH] Update discord to 0.0.20 KJ002
2022-09-15 19:56 ` classabbyamp
2022-09-15 19:57 ` KJ002
2022-09-15 20:17 ` [PR PATCH] [Updated] " KJ002
2022-09-15 20:19 ` [PR PATCH] [Merged]: " classabbyamp

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).