From 0739fa0687491eeec0e9bb7e82a73585d285df8d Mon Sep 17 00:00:00 2001 From: Karan09 <71691514+KaranKad@users.noreply.github.com> Date: Sat, 4 Jun 2022 18:29:43 +0530 Subject: [PATCH] docto: Add version 1.7 (#3648) * docto: Add version 1.7 * adjust spacing Co-authored-by: Issac Lin --- bucket/docto.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bucket/docto.json diff --git a/bucket/docto.json b/bucket/docto.json new file mode 100644 index 0000000000..0e8aa91455 --- /dev/null +++ b/bucket/docto.json @@ -0,0 +1,14 @@ +{ + "version": "1.7", + "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.", + "url": "https://github.com/tobya/DocTo/releases/download/V1.7/docto.exe", + "hash": "26677871e9640ea207f5e7d740276c88c218b4acf18af20726b8ae2ce84123c9", + "bin": "docto.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/tobya/DocTo/releases/download/V$version/docto.exe" + } +}