mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "2.53.3",
|
|
"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.3/unison-2.53.3-windows-x86_64.zip",
|
|
"hash": "5e8607adb6402fb57b10d5cf2d2cc1a717473698023d3edeb5060ea42d79713c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bcpierce00/unison/releases/download/v2.53.3/unison-2.53.3-windows-i386.zip",
|
|
"hash": "77e3008f98390c2187ebc6ed41807bd0db0a2291ba276cd838c87dd6d5db78b7"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\unison.exe",
|
|
"bin\\unison-fsmonitor.exe"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|