* update mold to 2.35.1-1

This commit is contained in:
Alexander Baldeck 2024-12-29 15:24:08 +01:00
parent ffcf4e9cef
commit fe54926cfb
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mold
pkgdesc = A Modern Linker
pkgver = 2.34.1
pkgver = 2.35.1
pkgrel = 1
url = https://github.com/rui314/mold
arch = x86_64
@ -23,7 +23,7 @@ pkgbase = mold
depends = zstd
options = !debug
options = !distcc
source = mold::git+https://github.com/rui314/mold.git#tag=v2.34.1
b2sums = 5914d23a851c2e2173c20124f256104720da7f1a96f1e3509d4c725215e4b928de614ee5a678ff3bd67aac0189f534b269fb9854381e157d222ac3970572b634
source = mold::git+https://github.com/rui314/mold.git#tag=v2.35.1
b2sums = 095f2384e97d4292c3436e7240583fc1cd1a091e3ed0cca1eff8063b5a2f5b337816f416a6f31268626ce749b460ad0149f02d97555f0c4439b4ca5ac1857de1
pkgname = mold

View File

@ -3,7 +3,7 @@
# Contributor: Adrian Perez de Castro <aperez@igalia.com>
pkgname=mold
pkgver=2.34.1
pkgver=2.35.1
pkgrel=1
pkgdesc='A Modern Linker'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -15,7 +15,7 @@ makedepends=('git' 'python' 'cmake' 'mold')
checkdepends=('clang' 'libdwarf')
options=(!debug !distcc)
source=("$pkgname::git+$url.git#tag=v$pkgver")
b2sums=('5914d23a851c2e2173c20124f256104720da7f1a96f1e3509d4c725215e4b928de614ee5a678ff3bd67aac0189f534b269fb9854381e157d222ac3970572b634')
b2sums=('095f2384e97d4292c3436e7240583fc1cd1a091e3ed0cca1eff8063b5a2f5b337816f416a6f31268626ce749b460ad0149f02d97555f0c4439b4ca5ac1857de1')
build() {
export LDFLAGS="${CFLAGS/-Wl,--no-warn-rwx-segments -Wl,--no-warn-execstack/}"