ScoopInstaller_Main/bucket/7zip19.00-helper.json
Issac Lin e1707f161c
7zip19.00-helper: Fix bin
The dot in '7z19.00-helper' will cause Start-Process to fail. Change it to '7z1900-helper'
2022-04-12 12:58:48 +08:00

24 lines
776 B
JSON

{
"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",
"7z1900-helper"
]
]
}