Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/Signal-Desktop/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'Signal-Desktop'
pkgname=Signal-Desktop
version=7.87.0
version=8.3.0
revision=1
# *-musl could potentially work based on the Alpine port:
# https://git.alpinelinux.org/aports/tree/testing/signal-desktop
Expand All @@ -13,7 +13,7 @@ maintainer="dkwo <npiazza@disroot.org>"
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=42457dd05857090cde4c3db0ac898aab0c0b56997d19a41baf7e2c0ac5b9adbc
checksum=1ff37afceba84a43e7295b05ddb252124ac813c122323af3be2e472a3b18352c
nostrip_files="signal-desktop"
nocross="gyp -> aarch64-linux-gnu-gcc: error: unrecognized command-line option '-m64'"

Expand Down
11 changes: 0 additions & 11 deletions srcpkgs/nodejs/patches/python-3.14.patch

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/nodejs/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'nodejs'
pkgname=nodejs
version=24.13.0
version=24.14.1
revision=1
build_style=configure
configure_args="
Expand Down Expand Up @@ -43,7 +43,7 @@ license="MIT"
homepage="https://nodejs.org/"
changelog="https://raw.githubusercontent.com/nodejs/node/main/doc/changelogs/CHANGELOG_V${version%%.*}.md"
distfiles="https://nodejs.org/dist/v${version}/node-v${version}.tar.xz"
checksum=320fe909cbb347dcf516201e4964ef177b8138df9a7f810d0d54950481b3158b
checksum=7822507713f202cf2a551899d250259643f477b671706db421a6fb55c4aa0991
python_version=3

build_options="ssl libuv icu nghttp2 cares brotli"
Expand Down
Loading