2024-11-05 16:30:21 +00:00

41 lines
1.4 KiB
JSON

{
"version": "2.53.7",
"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.7/unison-2.53.7-windows-x86_64.zip",
"hash": "518de8a8bf8a529a5617a345d47bf2fdea7f6283088a31cff719e296b91f6396"
},
"32bit": {
"url": "https://github.com/bcpierce00/unison/releases/download/v2.53.7/unison-2.53.7-windows-i386.zip",
"hash": "a487abc59edcc3f784097dfeef1d0fe1e9b011a190c5bf458b6c3f87ce984f07"
}
},
"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"
}
}
}
}