mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
* fix unison autoupdate and checkver * Update bucket/unison.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Hannes Pomberger <pomberger@iem.at> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
20 lines
764 B
JSON
20 lines
764 B
JSON
{
|
|
"version": "2.52.0",
|
|
"description": "A file-synchronization tool.",
|
|
"homepage": "https://www.cis.upenn.edu/~bcpierce/unison",
|
|
"license": "GPL-3.0-only",
|
|
"notes": "Compiled with same OCaml compiler version 4.12.1",
|
|
"url": "https://github.com/bcpierce00/unison/releases/download/v2.52.0/unison-v2.52.0+ocaml-4.12.1+x86_64.windows.zip",
|
|
"hash": "47ff268b77db8215556e1b2116a9b43c7364ee1d28cf241cd60e5e9d085da20d",
|
|
"bin": [
|
|
"bin\\unison.exe",
|
|
"bin\\unison-fsmonitor.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/bcpierce00/unison"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/bcpierce00/unison/releases/download/v$version/unison-v$version+ocaml-4.12.1+x86_64.windows.zip"
|
|
}
|
|
}
|