From 2d320b14c62af20ca8673803622f6019880cb902 Mon Sep 17 00:00:00 2001 From: George Petrov Date: Tue, 23 Nov 2021 17:57:33 +0100 Subject: [PATCH] lftp: Add version 4.9.2 (#1806) * Added LFTP * weird end with new line requirement * Update lftp.json * modify description Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Issac Lin --- bucket/lftp.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/lftp.json diff --git a/bucket/lftp.json b/bucket/lftp.json new file mode 100644 index 0000000000..241fd3258c --- /dev/null +++ b/bucket/lftp.json @@ -0,0 +1,28 @@ +{ + "version": "4.9.2", + "description": "File transfer program supporting a number of network protocols(ftp, http, sftp, fish, torrent), mirroring, scripting, queueing and other features", + "homepage": "https://nwgat.ninja/lftp-for-windows/", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://f001.backblazeb2.com/file/nwgat-cdn/lftp/win64/lftp-4.9.2.win64-openssl.zip", + "hash": "31f7464f297a0af6529e1b7a3c9602f2fd2694f5402cedc52c20551108e1d02a" + }, + "32bit": { + "url": "https://f001.backblazeb2.com/file/nwgat-cdn/lftp/win32/lftp-4.9.2.win32-openssl.zip", + "hash": "48293cf32142dbb07f2b935b28b83bacc367fca5328bae03250b7bf6306fabdd" + } + }, + "bin": "bin\\lftp.exe", + "checkver": "

Version ([\\d.]+) - ", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://f001.backblazeb2.com/file/nwgat-cdn/lftp/win64/lftp-$version.win64-openssl.zip" + }, + "32bit": { + "url": "https://f001.backblazeb2.com/file/nwgat-cdn/lftp/win32/lftp-$version.win32-openssl.zip" + } + } + } +}