2024-08-09 12:39:34 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.10.0",
"description": "Fast LZ compression algorithm library and tool",
"homepage": "https://www.lz4.org",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/lz4/lz4/releases/download/v1.10.0/lz4_win64_v1_10_0.zip",
"hash": "8cb562a53189dfc8a53ec12469b91f1b51a5075036061a86b55738183bf4ab74"
},
"32bit": {
"url": "https://github.com/lz4/lz4/releases/download/v1.10.0/lz4_win32_v1_10_0.zip",
"hash": "ab0cc3153d647605d37e031baa875228dda222fb9319420beb8d2ad075840a4e"
}
},
"bin": "lz4.exe",
"checkver": {
"github": "https://github.com/lz4/lz4"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lz4/lz4/releases/download/v$version/lz4_win64_v$underscoreVersion.zip"
},
"32bit": {
"url": "https://github.com/lz4/lz4/releases/download/v$version/lz4_win32_v$underscoreVersion.zip"
}
}
}
}