pomberger a9d7bb88ad
unison: Update to version 2.52.0 (#3447)
* 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>
2022-03-27 16:52:38 +05:30

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