mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"version": "2.53.6",
|
|
"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.6/unison-2.53.6-windows-x86_64.zip",
|
|
"hash": "ebb715d92d9ab15110b92ac073f9e652932fccf5a12efa49ed34f8ac86717579"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bcpierce00/unison/releases/download/v2.53.6/unison-2.53.6-windows-i386.zip",
|
|
"hash": "8a3561422856fb3cd6e8312caa3ad2be8f24a53f3fdc32bbddf9a3fd9f9c85f2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|