Signal-Desktop: update to 6.2.0.
This commit is contained in:
parent
d5e845f2a2
commit
931a1d8395
2 changed files with 2 additions and 13 deletions
|
@ -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;
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue