2024-02-19 20:23:15 +00:00

41 lines
1.4 KiB
JSON

{
"version": "2.53.4",
"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",
"architecture": {
"64bit": {
"url": "https://github.com/bcpierce00/unison/releases/download/v2.53.4/unison-2.53.4-windows-x86_64.zip",
"hash": "1276b54b870089e87b977931b66866f2a442631bc121d3504a38cc1c614fc4cd"
},
"32bit": {
"url": "https://github.com/bcpierce00/unison/releases/download/v2.53.4/unison-2.53.4-windows-i386.zip",
"hash": "ae72e61b8214e0b761c832eba516f025e0b140a16c5f1b4143f48f48934bf668"
}
},
"bin": [
"bin\\unison.exe",
"bin\\unison-fsmonitor.exe"
],
"shortcuts": [
[
"bin\\unison-gui.exe",
"Unison"
]
],
"checkver": {
"github": "https://github.com/bcpierce00/unison"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bcpierce00/unison/releases/download/v$version/unison-$version-windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/bcpierce00/unison/releases/download/v$version/unison-$version-windows-i386.zip"
}
}
}
}