From ad40fbbea5d27d48da33f3ddbd6c60ed1fb36c5d Mon Sep 17 00:00:00 2001 From: Bharatvaj Date: Fri, 27 May 2022 12:39:00 +0530 Subject: [PATCH] outwit: Add version 1.25 (#3614) * outwit: Add version 1.25 * outwit: Add missing fields description and license * Update bucket/outwit.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/outwit.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bucket/outwit.json diff --git a/bucket/outwit.json b/bucket/outwit.json new file mode 100644 index 0000000000..2eaf3bae98 --- /dev/null +++ b/bucket/outwit.json @@ -0,0 +1,17 @@ +{ + "version": "1.25", + "description": "Command-line tools for accessing the Windows clipboard, registry, databases, document properties, and links.", + "homepage": "https://www.spinellis.gr/sw/outwit", + "license": "MIT", + "url": "https://www.spinellis.gr/sw/outwit/outwit-bin-1.25.zip", + "hash": "677b142ee01d69d43b31a4dfff9e06465fd4d4545fb1441cf703171cb598dba7", + "extract_dir": "outwit-bin-1.25", + "bin": [ + "bin\\docprop.exe", + "bin\\odbc.exe", + "bin\\readlink.exe", + "bin\\readlog.exe", + "bin\\winclip.exe", + "bin\\winreg.exe" + ] +}