From 690a699c39efb0dcde4d0bdd5a9297ffb457f3eb Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Fri, 20 Mar 2026 12:56:27 -0400 Subject: [PATCH] mold: update to 2.40.4 --- srcpkgs/mold/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template index 29489f8e568..930f1f12a3a 100644 --- a/srcpkgs/mold/template +++ b/srcpkgs/mold/template @@ -1,10 +1,10 @@ # Template file for 'mold' pkgname=mold -version=2.34.1 +version=2.40.4 revision=1 build_style=cmake configure_args="-DMOLD_USE_SYSTEM_MIMALLOC=ON -DMOLD_USE_SYSTEM_TBB=ON" -makedepends="mimalloc-devel zlib-devel libzstd-devel tbb-devel" +makedepends="mimalloc-devel zlib-devel libblake3-devel libzstd-devel tbb-devel" # It's probably not worth pulling in clang/llvm to run the few tests that # depend on them. checkdepends="tar zstd libdwarf gdb" @@ -14,7 +14,7 @@ license="MIT" homepage="https://github.com/rui314/mold" changelog="https://github.com/rui314/mold/releases" distfiles="https://github.com/rui314/mold/archive/refs/tags/v${version}.tar.gz" -checksum=a8cf638045b4a4b2697d0bcc77fd96eae93d54d57ad3021bf03b0333a727a59d +checksum=69414c702ec1084e1fa8ca16da24f167f549e5e11e9ecd5d70a8dcda6f08c249 post_install() { vlicense LICENSE