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" + } + } + } +}