diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-18 09:04:33 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-18 09:04:33 +0900 |
| commit | 5f0da3d5c2920559cf6e6bc54c82d2747cb13d1e (patch) | |
| tree | e9f35faac75436f1d257369ecde83be340ecab41 | |
| parent | 4d5841dd629c4d886c2dd2f0c98150b7b2366209 (diff) | |
internal/rosa/gnu: mpc 1.4.0 to 1.4.1
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/gnu.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/gnu.go b/internal/rosa/gnu.go index 0385fd5e..cc714d9f 100644 --- a/internal/rosa/gnu.go +++ b/internal/rosa/gnu.go @@ -1142,8 +1142,8 @@ func init() { func (t Toolchain) newMPC() (pkg.Artifact, string) { const ( - version = "1.4.0" - checksum = "TbrxLiE3ipQrHz_F3Xzz4zqBAnkMWyjhNwIK6wh9360RZ39xMt8rxfW3LxA9SnvU" + version = "1.4.1" + checksum = "wdXAhplnS89FjVp20m2nC2CmLFQeyQqLpQAfViTy4vPxFdv2WYOTtfBKeIk5_Rec" ) return t.NewPackage("mpc", version, t.newTagRemote( "https://gitlab.inria.fr/mpc/mpc.git", |
