mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "5.12.2",
|
|
"description": "SQL powered operating system instrumentation, monitoring, and analytics",
|
|
"homepage": "https://osquery.io/",
|
|
"license": "Apache-2.0,GPL-2.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/osquery/osquery/releases/download/5.12.2/osquery-5.12.2.msi",
|
|
"hash": "e049e442b00f9484fd0116131a583a5d6495c41ea91909c96e587937f5ea5207"
|
|
}
|
|
},
|
|
"extract_dir": "osquery",
|
|
"bin": [
|
|
"osqueryi.exe",
|
|
"osqueryd\\osqueryd.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/osquery/osquery"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/osquery/osquery/releases/download/$version/osquery-$version.msi"
|
|
}
|
|
}
|
|
},
|
|
"notes": [
|
|
"To set permissions for and install the osqueryd as a service, use the",
|
|
"included osquery_utils.ps1 and manage-osqueryd.ps1 scripts. Check docs at",
|
|
"https://osquery.readthedocs.io/en/stable/installation/install-windows"
|
|
]
|
|
}
|