mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"architecture": {
|
|
"32bit": {
|
|
"extract_dir": "pciutils-3.5.5-win32",
|
|
"hash": "998ae2072a197806b8f34825b2abf1f9bdaf0abaa88c84e5febfdba2fb128659",
|
|
"url": "https://eternallybored.org/misc/pciutils/releases/pciutils-3.5.5-win32.zip"
|
|
},
|
|
"64bit": {
|
|
"extract_dir": "pciutils-3.5.5-win64",
|
|
"hash": "af239235f674b2ba1b76e52d4625d94b7fba1a3c004f0e29579439da624785d0",
|
|
"url": "https://eternallybored.org/misc/pciutils/releases/pciutils-3.5.5-win64.zip"
|
|
}
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"extract_dir": "pciutils-$version-win32",
|
|
"url": "https://eternallybored.org/misc/pciutils/releases/pciutils-$version-win32.zip"
|
|
},
|
|
"64bit": {
|
|
"extract_dir": "pciutils-$version-win64",
|
|
"url": "https://eternallybored.org/misc/pciutils/releases/pciutils-$version-win64.zip"
|
|
}
|
|
}
|
|
},
|
|
"bin": [
|
|
"lspci.exe",
|
|
"setpci.exe"
|
|
],
|
|
"checkver": "href=\"releases/pciutils-([\\d.]+)",
|
|
"description": "Inspect and manipulate configuration of PCI devices",
|
|
"homepage": "https://eternallybored.org/misc/pciutils/",
|
|
"license": "GPL-2.0-only",
|
|
"version": "3.5.5"
|
|
}
|