mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "1.14",
|
|
"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.14/docto_64.zip",
|
|
"hash": "0fd8af6de858d7793a284e2328378c522008fc3dcf4c7af7c197e9063a40f549"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/tobya/DocTo/releases/download/v1.14/docto_32.zip",
|
|
"hash": "e8fd22a2868bc3c2ce7e5cca0504b3c92f159e640cf0495decae20753b4939b1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|