mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
Fixes autoupdate url: V$version --> v$version Adds architecture blocks as 64bit version added. Improves capitalisation of notes
36 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|