Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] slack-desktop: update to 4.20.0
@ 2021-09-29 19:31 atk
  2021-09-29 19:34 ` abenson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: atk @ 2021-09-29 19:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages slack-desktop-4.20.0
https://github.com/void-linux/void-packages/pull/33183

slack-desktop: update to 4.20.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-slack-desktop-4.20.0-33183.patch --]
[-- Type: text/x-diff, Size: 1223 bytes --]

From 895dff1bc9aaa5a73008227e3d1274754d49effc Mon Sep 17 00:00:00 2001
From: Alex Lohr <alexthkloss@web.de>
Date: Wed, 29 Sep 2021 21:30:40 +0200
Subject: [PATCH] slack-desktop: update to 4.20.0

---
 srcpkgs/slack-desktop/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/slack-desktop/template b/srcpkgs/slack-desktop/template
index e96d023b2908..f6161370f1c3 100644
--- a/srcpkgs/slack-desktop/template
+++ b/srcpkgs/slack-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'slack-desktop'
 pkgname=slack-desktop
-version=4.19.2
+version=4.20.0
 revision=1
 archs="x86_64"
 hostmakedepends="tar xz"
@@ -9,8 +9,8 @@ short_desc="Messaging app for teams"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="custom:Proprietary"
 homepage="https://slack.com/"
-distfiles="https://slack-ssb-updates.global.ssl.fastly.net/linux_releases/${pkgname}-${version}-amd64.deb"
-checksum=aa2ce20f6f724e28ee8b9ceed555902f4ce822ea1bce01bc600706caf3add70a
+distfiles="https://downloads.slack-edge.com/releases/linux/4.20.0/prod/x64/${pkgname}-${version}-amd64.deb"
+checksum=b08207389246837536ea769425d458411c08dc6802ffaae9249092e387461ce5
 restricted=yes
 repository="nonfree"
 nopie=yes

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

* Re: slack-desktop: update to 4.20.0
  2021-09-29 19:31 [PR PATCH] slack-desktop: update to 4.20.0 atk
@ 2021-09-29 19:34 ` abenson
  2021-09-29 19:34 ` abenson
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2021-09-29 19:34 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/33183#issuecomment-930482325

Comment:
Fix the `distfiles`, it should use ${version} and not the literal.

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

* Re: slack-desktop: update to 4.20.0
  2021-09-29 19:31 [PR PATCH] slack-desktop: update to 4.20.0 atk
  2021-09-29 19:34 ` abenson
@ 2021-09-29 19:34 ` abenson
  2021-09-29 19:54 ` [PR PATCH] [Updated] " atk
  2021-09-29 20:07 ` [PR PATCH] [Closed]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2021-09-29 19:34 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/33183#issuecomment-930482325

Comment:
Fix the `distfiles`, it should use `${version}` and not the literal.

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

* Re: [PR PATCH] [Updated] slack-desktop: update to 4.20.0
  2021-09-29 19:31 [PR PATCH] slack-desktop: update to 4.20.0 atk
  2021-09-29 19:34 ` abenson
  2021-09-29 19:34 ` abenson
@ 2021-09-29 19:54 ` atk
  2021-09-29 20:07 ` [PR PATCH] [Closed]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: atk @ 2021-09-29 19:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages slack-desktop-4.20.0
https://github.com/void-linux/void-packages/pull/33183

slack-desktop: update to 4.20.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-slack-desktop-4.20.0-33183.patch --]
[-- Type: text/x-diff, Size: 1227 bytes --]

From 180458b4af17440072e0d7be6790c96b08d61a24 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alexthkloss@web.de>
Date: Wed, 29 Sep 2021 21:30:40 +0200
Subject: [PATCH] slack-desktop: update to 4.20.0

---
 srcpkgs/slack-desktop/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/slack-desktop/template b/srcpkgs/slack-desktop/template
index e96d023b2908..2d8fa3450e20 100644
--- a/srcpkgs/slack-desktop/template
+++ b/srcpkgs/slack-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'slack-desktop'
 pkgname=slack-desktop
-version=4.19.2
+version=4.20.0
 revision=1
 archs="x86_64"
 hostmakedepends="tar xz"
@@ -9,8 +9,8 @@ short_desc="Messaging app for teams"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="custom:Proprietary"
 homepage="https://slack.com/"
-distfiles="https://slack-ssb-updates.global.ssl.fastly.net/linux_releases/${pkgname}-${version}-amd64.deb"
-checksum=aa2ce20f6f724e28ee8b9ceed555902f4ce822ea1bce01bc600706caf3add70a
+distfiles="https://downloads.slack-edge.com/releases/linux/${version}/prod/x64/${pkgname}-${version}-amd64.deb"
+checksum=b08207389246837536ea769425d458411c08dc6802ffaae9249092e387461ce5
 restricted=yes
 repository="nonfree"
 nopie=yes

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

* Re: [PR PATCH] [Closed]: slack-desktop: update to 4.20.0
  2021-09-29 19:31 [PR PATCH] slack-desktop: update to 4.20.0 atk
                   ` (2 preceding siblings ...)
  2021-09-29 19:54 ` [PR PATCH] [Updated] " atk
@ 2021-09-29 20:07 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2021-09-29 20:07 UTC (permalink / raw)
  To: ml

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

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

slack-desktop: update to 4.20.0
https://github.com/void-linux/void-packages/pull/33183

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

end of thread, other threads:[~2021-09-29 20:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29 19:31 [PR PATCH] slack-desktop: update to 4.20.0 atk
2021-09-29 19:34 ` abenson
2021-09-29 19:34 ` abenson
2021-09-29 19:54 ` [PR PATCH] [Updated] " atk
2021-09-29 20:07 ` [PR PATCH] [Closed]: " abenson

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