mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
lz4: Add version 1.9.3 (#3180)
This commit is contained in:
parent
293361e5fc
commit
244c916d40
30
bucket/lz4.json
Normal file
30
bucket/lz4.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": "1.9.3",
|
||||
"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.9.3/lz4_win64_v1_9_3.zip",
|
||||
"hash": "519cb3bfc4975cce8747b1ecba5053137b6ce2a77b653e4d2c63fae057985449"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/lz4/lz4/releases/download/v1.9.3/lz4_win32_v1_9_3.zip",
|
||||
"hash": "4eb78a7374b0ccadd46d6a148b42257e56890b5a1cceaf4db40d543281ad037c"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user