mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 19:11:20 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "1.12",
|
|
"description": "Simple command line utility for converting .doc & .xls files to any supported format.",
|
|
"homepage": "https://github.com/tobya/DocTo",
|
|
"license": "MIT",
|
|
"notes": "Must have Microsoft Word, Excel or PowerPoint installed on host machine.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/tobya/DocTo/releases/download/v1.12/docto_64.zip",
|
|
"hash": "7800b453aa6467e33334a4abee5402038eefe5c902ded4dcd2e075c9285fd9a9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/tobya/DocTo/releases/download/v1.12/docto_32.zip",
|
|
"hash": "2164388933906b0e3171eb4bb7e7882fdd9934ea1748d796cfebc800c82aef51"
|
|
}
|
|
},
|
|
"bin": "docto.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/tobya/DocTo/releases/download/v$version/docto_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/tobya/DocTo/releases/download/v$version/docto_32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|