* [PR PATCH] mold: update to 2.32.1
@ 2024-07-10 22:18 cinerea0
2024-08-11 8:53 ` [PR PATCH] [Updated] " cinerea0
2024-08-11 20:35 ` [PR PATCH] [Merged]: mold: update to 2.33.0 cinerea0
0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2024-07-10 22:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 375 bytes --]
There is a new pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages mold
https://github.com/void-linux/void-packages/pull/51204
mold: update to 2.32.1
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/51204.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mold-51204.patch --]
[-- Type: text/x-diff, Size: 1025 bytes --]
From b1a5fc29a4e27bc19b0f4e36c8516c13fcc1fc40 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 10 Jul 2024 18:15:49 -0400
Subject: [PATCH] mold: update to 2.32.1
---
srcpkgs/mold/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template
index 5a23c370f75eda..eaf10945590799 100644
--- a/srcpkgs/mold/template
+++ b/srcpkgs/mold/template
@@ -1,6 +1,6 @@
# Template file for 'mold'
pkgname=mold
-version=2.32.0
+version=2.32.1
revision=1
build_style=cmake
configure_args="-DMOLD_USE_SYSTEM_MIMALLOC=ON -DMOLD_USE_SYSTEM_TBB=ON"
@@ -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=4b7e4146ea0f52be9adae8b417399f3676a041e65b55e3f25f088120d30a320b
+checksum=f3c9a527d884c635834fe7d79b3de959b00783bf9446280ea274d996f0335825
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] mold: update to 2.32.1
2024-07-10 22:18 [PR PATCH] mold: update to 2.32.1 cinerea0
@ 2024-08-11 8:53 ` cinerea0
2024-08-11 20:35 ` [PR PATCH] [Merged]: mold: update to 2.33.0 cinerea0
1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-08-11 8:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
There is an updated pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages mold
https://github.com/void-linux/void-packages/pull/51204
mold: update to 2.32.1
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/51204.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mold-51204.patch --]
[-- Type: text/x-diff, Size: 1025 bytes --]
From 2c8b96ce58e752560ad38f4c21dc3e076bd232b1 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 11 Aug 2024 04:53:20 -0400
Subject: [PATCH] mold: update to 2.33.0
---
srcpkgs/mold/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template
index 5a23c370f75eda..1e65558610defd 100644
--- a/srcpkgs/mold/template
+++ b/srcpkgs/mold/template
@@ -1,6 +1,6 @@
# Template file for 'mold'
pkgname=mold
-version=2.32.0
+version=2.33.0
revision=1
build_style=cmake
configure_args="-DMOLD_USE_SYSTEM_MIMALLOC=ON -DMOLD_USE_SYSTEM_TBB=ON"
@@ -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=4b7e4146ea0f52be9adae8b417399f3676a041e65b55e3f25f088120d30a320b
+checksum=37b3aacbd9b6accf581b92ba1a98ca418672ae330b78fe56ae542c2dcb10a155
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: mold: update to 2.33.0
2024-07-10 22:18 [PR PATCH] mold: update to 2.32.1 cinerea0
2024-08-11 8:53 ` [PR PATCH] [Updated] " cinerea0
@ 2024-08-11 20:35 ` cinerea0
1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-08-11 20:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
There's a merged pull request on the void-packages repository
mold: update to 2.33.0
https://github.com/void-linux/void-packages/pull/51204
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-11 20:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-10 22:18 [PR PATCH] mold: update to 2.32.1 cinerea0
2024-08-11 8:53 ` [PR PATCH] [Updated] " cinerea0
2024-08-11 20:35 ` [PR PATCH] [Merged]: mold: update to 2.33.0 cinerea0
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).