From e09da3c35cb928e41a5fa5748c1554546f68821d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 22 Jun 2018 17:47:41 +0200 Subject: [PATCH] Add lf version r5 (closes #2322) --- lf.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lf.json diff --git a/lf.json b/lf.json new file mode 100644 index 0000000000..912fe9b5a1 --- /dev/null +++ b/lf.json @@ -0,0 +1,31 @@ +{ + "homepage": "https://godoc.org/github.com/gokcehan/lf", + "description": "A terminal file manager written in Go", + "license": "MIT", + "version": "r5", + "architecture": { + "64bit": { + "url": "https://github.com/gokcehan/lf/releases/download/r5/lf-windows-amd64.zip", + "hash": "e9e61d8c2dc166f9f24288be7b4b6462a9312fbd2800372e6e91fb382f883047" + }, + "32bit": { + "url": "https://github.com/gokcehan/lf/releases/download/r5/lf-windows-386.zip", + "hash": "42dbfcff38f9d5378ddbe8e727c8296b379f0e3ae99dea61ebc87da94dd0eeb8" + } + }, + "bin": "lf.exe", + "checkver": { + "url": "https://github.com/gokcehan/lf/releases/latest", + "re": "/releases/tag/(r[\\d])" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/gokcehan/lf/releases/download/$version/lf-windows-amd64.zip" + }, + "32bit": { + "url": "https://github.com/gokcehan/lf/releases/download/$version/lf-windows-386.zip" + } + } + } +}