mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 00:41:22 +00:00
24 lines
861 B
JSON
24 lines
861 B
JSON
{
|
|
"architecture": {
|
|
"32bit": {
|
|
"hash": "f8bbc1821d50400245107ce8cfa4a6c7b524387b58bbd6cbe9c20094e82c3bb5",
|
|
"url": "ftp://ftp.info-zip.org/pub/infozip/win32/zip300xn.zip"
|
|
},
|
|
"64bit": {
|
|
"hash": "ed29893fcd7f8b2afb2ead0461663584b740b5d064d4e1c87084107941197a7b",
|
|
"url": "ftp://ftp.info-zip.org/pub/infozip/win32/zip300xn-x64.zip"
|
|
}
|
|
},
|
|
"bin": [
|
|
"zip.exe",
|
|
"zipcloak.exe",
|
|
"zipnote.exe",
|
|
"zipsplit.exe"
|
|
],
|
|
"description": "Zip compression utilities",
|
|
"homepage": "http://www.info-zip.org/",
|
|
"license": "http://www.info-zip.org/pub/infozip/license.html",
|
|
"pre_install": "Add-Type -assembly 'system.io.compression.filesystem'; [io.compression.zipfile]::ExtractToDirectory(\"$dir\\$fname\", \"$dir\")",
|
|
"version": "3.0"
|
|
}
|