Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Signal-Desktop: update to 6.2.0.
@ 2023-01-16  8:14 akierig
  2023-01-16  8:30 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: akierig @ 2023-01-16  8:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages signal-6.2
https://github.com/void-linux/void-packages/pull/41676

Signal-Desktop: update to 6.2.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture: **x86_64**


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

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

From e356f6b8e89c82334e82c468ca7e8639f52ced1d Mon Sep 17 00:00:00 2001
From: akierig <anelki@fastmail.de>
Date: Mon, 16 Jan 2023 02:13:27 -0600
Subject: [PATCH] Signal-Desktop: update to 6.2.0.

---
 .../patches/expire-from-source-date-epoch.patch       | 11 -----------
 srcpkgs/Signal-Desktop/template                       |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/Signal-Desktop/patches/expire-from-source-date-epoch.patch

diff --git a/srcpkgs/Signal-Desktop/patches/expire-from-source-date-epoch.patch b/srcpkgs/Signal-Desktop/patches/expire-from-source-date-epoch.patch
deleted file mode 100644
index 597692654bbb..000000000000
--- a/srcpkgs/Signal-Desktop/patches/expire-from-source-date-epoch.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ts/scripts/get-expire-time.ts
-+++ b/ts/scripts/get-expire-time.ts
-@@ -8,7 +8,7 @@ import { writeFileSync } from 'fs';
- import { DAY } from '../util/durations';
- 
- const unixTimestamp = parseInt(
--  execSync('git show -s --format=%ct').toString('utf8'),
-+  process.env.SOURCE_DATE_EPOCH || execSync('git show -s --format=%ct').toString('utf8'),
-   10
- );
- const buildCreation = unixTimestamp * 1000;
diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template
index 19a326e55f17..68fcd1af03b1 100644
--- a/srcpkgs/Signal-Desktop/template
+++ b/srcpkgs/Signal-Desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'Signal-Desktop'
 pkgname=Signal-Desktop
-version=6.1.0
+version=6.2.0
 revision=1
 # Signal officially only supports x86_64 (also due to Electron)
 # x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension
@@ -13,7 +13,7 @@ maintainer="akierig <anelki@fastmail.de>"
 license="AGPL-3.0-only"
 homepage="https://github.com/signalapp/Signal-Desktop"
 distfiles="https://github.com/signalapp/Signal-Desktop/archive/v${version}.tar.gz"
-checksum=f981ca229651826dcf2b511499612217719827ab98edac46f931fe2751eccd6f
+checksum=dcb6967c5a72eada96ddf1fc0fa5ac122b9280cc5c08bfc28d3b93ba1ce40e79
 nostrip_files="signal-desktop"
 
 post_extract() {

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

* Re: [PR PATCH] [Merged]: Signal-Desktop: update to 6.2.0.
  2023-01-16  8:14 [PR PATCH] Signal-Desktop: update to 6.2.0 akierig
@ 2023-01-16  8:30 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-01-16  8:30 UTC (permalink / raw)
  To: ml

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

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

Signal-Desktop: update to 6.2.0.
https://github.com/void-linux/void-packages/pull/41676

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture: **x86_64**


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

end of thread, other threads:[~2023-01-16  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16  8:14 [PR PATCH] Signal-Desktop: update to 6.2.0 akierig
2023-01-16  8:30 ` [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).