From 7287dc50cea5ab3891f2253a04e07fb75bf592c6 Mon Sep 17 00:00:00 2001 From: sharno Date: Wed, 6 Nov 2024 23:20:23 -0500 Subject: [PATCH] opam: Add version 2.2.1 (#6196) --- bucket/opam.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/opam.json diff --git a/bucket/opam.json b/bucket/opam.json new file mode 100644 index 0000000000..40beb4e7dd --- /dev/null +++ b/bucket/opam.json @@ -0,0 +1,23 @@ +{ + "version": "2.2.1", + "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.2.1/opam-2.2.1-x86_64-windows.exe#/opam.exe", + "hash": "6AECD4DD221E2E283874652AA3577A9677CC417ECB79DAC8AAC9CEEE1B790FE1" + } + }, + "bin": "opam.exe", + "checkver": { + "github": "https://github.com/ocaml/opam" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ocaml/opam/releases/download/$version/opam-$version-x86_64-windows.exe#/opam.exe" + } + } + } +}