opam: Add version 2.2.1 (#6196)

This commit is contained in:
sharno 2024-11-06 23:20:23 -05:00 committed by GitHub
parent 690681cd51
commit 7287dc50ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

23
bucket/opam.json Normal file
View File

@ -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"
}
}
}
}