mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "1.11",
|
|
"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.11/docto_64.zip",
|
|
"hash": "831c018b48a3589ff32e184642afe2e86ebca8dff3bc7c9f1cecec31fc2b4e4d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/tobya/DocTo/releases/download/v1.11/docto_32.zip",
|
|
"hash": "2fbced131bef3ad02ff97475769931f62f12b8c4b70700fd6e9be5f9cf946571"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|