George Petrov 2d320b14c6
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 <issaclin32@gmail.com>
2021-11-24 00:57:33 +08:00

29 lines
1.2 KiB
JSON

{
"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": "<p><strong>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"
}
}
}
}