From 23277066359a44f9b01b4c3a6eee46de7887a303 Mon Sep 17 00:00:00 2001 From: krokofant Date: Mon, 5 Nov 2018 11:40:13 +0100 Subject: [PATCH] Add svtplay-dl version 2.1 (#2737) --- svtplay-dl.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 svtplay-dl.json diff --git a/svtplay-dl.json b/svtplay-dl.json new file mode 100644 index 0000000000..1ac6e4b965 --- /dev/null +++ b/svtplay-dl.json @@ -0,0 +1,13 @@ +{ + "version": "2.1", + "license": "MIT", + "description":"svtplay-dl cli program for downloading media", + "url": "https://svtplay-dl.se/download/2.1/svtplay-dl.zip", + "homepage": "https://svtplay-dl.se/", + "hash": "40593e54b2054a955042b42577629413442b6cb59d6a85f99d063f3fb874043b", + "bin": "svtplay-dl.exe", + "checkver": "Currently v([\\d\\.\\d]+) \\(.*\\)

", + "autoupdate": { + "url": "https://svtplay-dl.se/download/$version/svtplay-dl.zip" + } +}