Skip to content

Commit 5220734

Browse files
authored
librewolf: update to 144.0-1.
1 parent 37fafdf commit 5220734

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

srcpkgs/librewolf/template

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'librewolf'
22
pkgname=librewolf
3-
version=143.0.3
3+
version=144.0
44
revision=1
55
_rev=1
66
wrksrc=${pkgname}-${version}-${_rev}
@@ -10,7 +10,7 @@ maintainer="index <index@mailbox.org>"
1010
license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
1111
homepage="https://librewolf.net/"
1212
distfiles="https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${version}-${_rev}/${pkgname}-${version}-${_rev}.source.tar.gz"
13-
checksum=f90c5c71361f7516d25c4845f2f504706a5444f29bffa12cfc4a46a17979e0c0
13+
checksum=7dbf8ebee436fd3efc5895b5151af0e23063ef1d3a47ff3da6d55dfcc1b047c6
1414

1515
lib32disabled=yes
1616

@@ -71,6 +71,9 @@ post_extract() {
7171

7272
post_patch() {
7373
: # _clear_vendor_checksums num-traits
74+
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
75+
vsed -e '\;sys/single_threaded.h;d' -i config/system-headers.mozbuild
76+
fi
7477
}
7578

7679
do_build() {

0 commit comments

Comments
 (0)