mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "1.9",
|
|
"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.9/docto_64.zip",
|
|
"hash": "cadd1bb8459a3c83477c843f45a65ceef3542791bfb14b258d9aa236635c2a16"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/tobya/DocTo/releases/download/v1.9/docto_32.zip",
|
|
"hash": "831d7280386d95bf84629b8eb596bad7cbb3cc266aea7691767b11dae6a2014c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|