From 9fba2d51c60e7e5935db95d64d7a864d348976cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 16:30:11 +0000 Subject: [PATCH] opam: Update to version 2.5.0 --- bucket/opam.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/opam.json b/bucket/opam.json index 829d0e46ea..10b5c83980 100644 --- a/bucket/opam.json +++ b/bucket/opam.json @@ -1,12 +1,12 @@ { - "version": "2.4.1", + "version": "2.5.0", "description": "opam is a source-based package manager for OCaml.", "homepage": "https://opam.ocaml.org/", "license": "LGPL-2.1-only", "architecture": { "64bit": { - "url": "https://github.com/ocaml/opam/releases/download/2.4.1/opam-2.4.1-x86_64-windows.exe#/opam.exe", - "hash": "72dbcc40dc5e2bb9185f444fd125d2fa0899c4d069652be01647a3a3b8be8fa8" + "url": "https://github.com/ocaml/opam/releases/download/2.5.0/opam-2.5.0-x86_64-windows.exe#/opam.exe", + "hash": "bb2f4fc1d13ea1ff66d8263c5c0f04412d0225030ed9ef5445d11f3d07b2f379" } }, "bin": "opam.exe",