(chore): Add 7-zip 19.00 helper package (#3491)

* Add 7-zip 19.00 helper package

* Rename to 7zip19.00-helper
This commit is contained in:
Issac Lin 2022-04-12 03:20:52 +08:00 committed by GitHub
parent 046693d609
commit 7cbeb633ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,23 @@
{
"version": "19.00",
"description": "7-Zip 19.00 helper package (for extracting files in other packages)",
"homepage": "https://www.7-zip.org/",
"license": "LGPL-2.1-or-later",
"architecture": {
"64bit": {
"url": "https://download.sourceforge.net/project/sevenzip/7-Zip/19.00/7z1900-x64.msi",
"hash": "a7803233eedb6a4b59b3024ccf9292a6fffb94507dc998aa67c5b745d197a5dc"
},
"32bit": {
"url": "https://download.sourceforge.net/project/sevenzip/7-Zip/19.00/7z1900.msi",
"hash": "b49d55a52bc0eab14947c8982c413d9be141c337da1368a24aa0484cbb5e89cd"
}
},
"extract_dir": "Files\\7-Zip",
"bin": [
[
"7z.exe",
"7z19.00-helper.exe"
]
]
}