aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-18 09:03:49 +0900
committerOphestra <cat@gensokyo.uk>2026-04-18 09:03:49 +0900
commit4d5841dd629c4d886c2dd2f0c98150b7b2366209 (patch)
tree77557b19ae7cbd91d555ec79df39e86c6bded886
parent9e752b588a66319c20a42dda761c43df5a5ad488 (diff)
internal/rosa: elfutils 0.194 to 0.195
Signed-off-by: Ophestra <cat@gensokyo.uk>
-rw-r--r--internal/rosa/elfutils.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/elfutils.go b/internal/rosa/elfutils.go
index b9b500f3..2a163662 100644
--- a/internal/rosa/elfutils.go
+++ b/internal/rosa/elfutils.go
@@ -4,8 +4,8 @@ import "hakurei.app/internal/pkg"
func (t Toolchain) newElfutils() (pkg.Artifact, string) {
const (
- version = "0.194"
- checksum = "Q3XUygUPv9vR1TkWucwUsQ8Kb1_F6gzk-KMPELr3cC_4AcTrprhVPMvN0CKkiYRa"
+ version = "0.195"
+ checksum = "JrGnBD38w8Mj0ZxDw3fKlRBFcLvRKu8rcYnX35R9yTlUSYnzTazyLboG-a2CsJlu"
)
return t.NewPackage("elfutils", version, newTar(
"https://sourceware.org/elfutils/ftp/"+