From d93d39c7a3a7063a3707afc72cb3100fc9fee8ca Mon Sep 17 00:00:00 2001 From: Gaeulbyul <830515+gaeulbyul@users.noreply.github.com> Date: Mon, 4 Mar 2019 02:41:49 +0900 Subject: [PATCH] Add Xidel version 0.9.8 (#3180) Co-Authored-By: gaeulbyul <830515+gaeulbyul@users.noreply.github.com> --- xidel.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 xidel.json diff --git a/xidel.json b/xidel.json new file mode 100644 index 0000000000..112e735028 --- /dev/null +++ b/xidel.json @@ -0,0 +1,15 @@ +{ + "homepage": "http://www.videlibri.de/xidel.html", + "description": "command line tool to download and extract data from HTML/XML pages as well as JSON APIs.", + "version": "0.9.8", + "license": "GPL-3.0-or-later", + "url": "https://github.com/benibela/xidel/releases/download/Xidel_0.9.8/xidel-0.9.8.win32.zip", + "hash": "96854c2be1e3755f56fabb8f00d1fe567108461b9fab139039219a1b7c17e382", + "bin": "xidel.exe", + "checkver": { + "github": "https://github.com/benibela/xidel" + }, + "autoupdate": { + "url": "https://github.com/benibela/xidel/releases/download/Xidel_$version/xidel-$version.win32.zip" + } +}