ScoopInstaller_Main/bucket/everything-cli.json
Aliaksandr Belik 972654fe7b
everything-cli: Update to version 1.1.0.27 (#5516)
Also fix checkver, add 64bit version
2024-02-29 16:26:32 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.1.0.27",
"description": "Command line interface to Everything.",
"homepage": "https://www.voidtools.com/support/everything/command_line_interface/",
"license": "MIT",
"depends": "extras/everything",
"architecture": {
"64bit": {
"url": "https://www.voidtools.com/ES-1.1.0.27.x64.zip",
"hash": "16058ccaa225d2b40bf2fc67acf64fd2d928a4ba485def7277885d66b6dc8a6a"
},
"32bit": {
"url": "https://www.voidtools.com/ES-1.1.0.27.x86.zip",
"hash": "c8502d7c54a90340f3a1fdf6ca46783e3d548b6791f532ef98172d640a7b6449"
}
},
"pre_install": [
"$manifest.persist | ForEach-Object {",
" if (-not (Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" -ItemType file | Out-Null }",
"}"
],
"bin": "es.exe",
"persist": "es.ini",
"checkver": {
"url": "https://www.voidtools.com/downloads/",
"regex": "ES-([\\d.]+)\\.x64\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.voidtools.com/ES-$version.x64.zip"
},
"32bit": {
"url": "https://www.voidtools.com/ES-$version.x86.zip"
}
}
}
}