mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
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>
This commit is contained in:
parent
75d171e703
commit
2d320b14c6
28
bucket/lftp.json
Normal file
28
bucket/lftp.json
Normal file
@ -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": "<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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user