tech189 e7fe06efea docto: Update to version 1.8
Fixes autoupdate url: V$version --> v$version

Adds architecture blocks as 64bit version added.

Improves capitalisation of notes
2022-10-05 13:21:05 +01:00

36 lines
1.2 KiB
JSON

{
"version": "1.8",
"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.8/docto_64.zip",
"hash": "0f0d0b072612343743824cb23ce49119b16de71b639ef56866fbcfa2a900059a",
"bin": [
[
"docto_64.exe",
"docto"
]
]
},
"32bit": {
"url": "https://github.com/tobya/DocTo/releases/download/v1.8/docto_32.zip",
"hash": "81c7c5a29e8f3df5c53c00d2d3cc6633d4824555c36aadcd547592c3b6fc2e96",
"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"
}
}
}
}