Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zoom: update to 5.11.1
@ 2022-07-01  9:26 simvux
  2022-07-05 16:47 ` abenson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: simvux @ 2022-07-01  9:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/simvux/void-packages zoom-update
https://github.com/void-linux/void-packages/pull/37778

zoom: update to 5.11.1
#### Testing the changes
- I tested the changes in this PR: briefly

#### 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/37778.patch is attached

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

From cd87fc6a669ad3441d1fe758f48bd6fd4225942b Mon Sep 17 00:00:00 2001
From: simvux <simon.larsson-general@protonmail.com>
Date: Fri, 1 Jul 2022 11:20:20 +0200
Subject: [PATCH] change version and checksum

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

diff --git a/srcpkgs/zoom/template b/srcpkgs/zoom/template
index 890152b21a16..922d80f5865b 100644
--- a/srcpkgs/zoom/template
+++ b/srcpkgs/zoom/template
@@ -1,6 +1,6 @@
 # Template file for 'zoom'
 pkgname=zoom
-version=5.10.7.3311
+version=5.11.1.3595
 revision=1
 archs="x86_64"
 wrksrc=zoom
@@ -13,7 +13,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="custom:Proprietary"
 homepage="https://zoom.us/"
 distfiles="https://cdn.zoom.us/prod/${version}/zoom_x86_64.rpm"
-checksum=9abf8fa4ca9875a83dfb0a6dd7438cea5795ae51607f0bb424d7695335b2a8aa
+checksum=3c2a87b14608e104a37861f78300ead526ace35569ee7c89209ac853bed869bb
 repository=nonfree
 noshlibprovides=yes
 noverifyrdeps=yes

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

* Re: zoom: update to 5.11.1
  2022-07-01  9:26 [PR PATCH] zoom: update to 5.11.1 simvux
@ 2022-07-05 16:47 ` abenson
  2022-07-21 14:54 ` [PR PATCH] [Updated] " simvux
  2022-08-01  1:30 ` [PR PATCH] [Closed]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2022-07-05 16:47 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/37778#issuecomment-1175270656

Comment:
You need to change the commit message and force push to this branch.

    $ git commit --amend

Fix the message, save/quit, and then

    $ git push -f

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

* Re: [PR PATCH] [Updated] zoom: update to 5.11.1
  2022-07-01  9:26 [PR PATCH] zoom: update to 5.11.1 simvux
  2022-07-05 16:47 ` abenson
@ 2022-07-21 14:54 ` simvux
  2022-08-01  1:30 ` [PR PATCH] [Closed]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: simvux @ 2022-07-21 14:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/simvux/void-packages zoom-update
https://github.com/void-linux/void-packages/pull/37778

zoom: update to 5.11.1
#### Testing the changes
- I tested the changes in this PR: briefly

#### 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/37778.patch is attached

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

From f4395afd012248f39ec30bd3a6e94f8f91bd02be Mon Sep 17 00:00:00 2001
From: simvux <simon.larsson-general@protonmail.com>
Date: Fri, 1 Jul 2022 11:20:20 +0200
Subject: [PATCH] zoom: update to 5.11.1

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

diff --git a/srcpkgs/zoom/template b/srcpkgs/zoom/template
index 890152b21a16..922d80f5865b 100644
--- a/srcpkgs/zoom/template
+++ b/srcpkgs/zoom/template
@@ -1,6 +1,6 @@
 # Template file for 'zoom'
 pkgname=zoom
-version=5.10.7.3311
+version=5.11.1.3595
 revision=1
 archs="x86_64"
 wrksrc=zoom
@@ -13,7 +13,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="custom:Proprietary"
 homepage="https://zoom.us/"
 distfiles="https://cdn.zoom.us/prod/${version}/zoom_x86_64.rpm"
-checksum=9abf8fa4ca9875a83dfb0a6dd7438cea5795ae51607f0bb424d7695335b2a8aa
+checksum=3c2a87b14608e104a37861f78300ead526ace35569ee7c89209ac853bed869bb
 repository=nonfree
 noshlibprovides=yes
 noverifyrdeps=yes

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

* Re: [PR PATCH] [Closed]: zoom: update to 5.11.1
  2022-07-01  9:26 [PR PATCH] zoom: update to 5.11.1 simvux
  2022-07-05 16:47 ` abenson
  2022-07-21 14:54 ` [PR PATCH] [Updated] " simvux
@ 2022-08-01  1:30 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-08-01  1:30 UTC (permalink / raw)
  To: ml

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

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

zoom: update to 5.11.1
https://github.com/void-linux/void-packages/pull/37778

Description:
#### Testing the changes
- I tested the changes in this PR: briefly

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2022-08-01  1:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-01  9:26 [PR PATCH] zoom: update to 5.11.1 simvux
2022-07-05 16:47 ` abenson
2022-07-21 14:54 ` [PR PATCH] [Updated] " simvux
2022-08-01  1:30 ` [PR PATCH] [Closed]: " sgn

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