lrzsz: Add version 0.12.21rc (#5323)

This commit is contained in:
Lonny Wong 2024-01-14 05:28:51 +08:00 committed by GitHub
parent 8d6fc90d71
commit 24fa8a321a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
bucket/lrzsz.json Normal file
View File

@ -0,0 +1,17 @@
{
"version": "0.12.21rc",
"description": "Tools for zmodem/xmodem/ymodem file transfer",
"homepage": "https://ohse.de/uwe/software/lrzsz.html",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/trzsz/lrzsz-win32/releases/download/v0.12.21rc/lrzsz_0.12.21rc_windows_x86_64.zip",
"hash": "dace2db172b1b5a1e5998692760a75355b254e1826718d88bae7fa3a6de3c325",
"extract_dir": "lrzsz_0.12.21rc_windows_x86_64"
}
},
"bin": [
"rz.exe",
"sz.exe"
]
}