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>
This commit is contained in:
pomberger 2022-03-27 13:22:38 +02:00 committed by GitHub
parent 09b388c9f9
commit a9d7bb88ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,19 @@
{ {
"version": "2.51.2", "version": "2.52.0",
"description": "A file-synchronization tool.", "description": "A file-synchronization tool.",
"homepage": "https://www.cis.upenn.edu/~bcpierce/unison", "homepage": "https://www.cis.upenn.edu/~bcpierce/unison",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"url": "https://github.com/bcpierce00/unison/releases/download/v2.51.2/unison-windows-2.51.2-text.zip", "notes": "Compiled with same OCaml compiler version 4.12.1",
"hash": "9c1e1fca202dd1e7f55b82c1abf632ee546424253284a062839e7a7212a180bf", "url": "https://github.com/bcpierce00/unison/releases/download/v2.52.0/unison-v2.52.0+ocaml-4.12.1+x86_64.windows.zip",
"extract_dir": "unison-windows-2.51.2-text", "hash": "47ff268b77db8215556e1b2116a9b43c7364ee1d28cf241cd60e5e9d085da20d",
"bin": [ "bin": [
"unison.exe", "bin\\unison.exe",
"unison-fsmonitor.exe" "bin\\unison-fsmonitor.exe"
], ],
"checkver": {
"github": "https://github.com/bcpierce00/unison"
},
"autoupdate": { "autoupdate": {
"url": "https://github.com/bcpierce00/unison/releases/download/v$version/unison-windows-$version-text.zip", "url": "https://github.com/bcpierce00/unison/releases/download/v$version/unison-v$version+ocaml-4.12.1+x86_64.windows.zip"
"extract_dir": "unison-windows-$version-text"
} }
} }