mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
opam: Add version 2.2.1 (#6196)
This commit is contained in:
parent
690681cd51
commit
7287dc50ce
23
bucket/opam.json
Normal file
23
bucket/opam.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user