mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
22 lines
819 B
JSON
22 lines
819 B
JSON
{
|
|
"version": "3.8.0",
|
|
"description": "NUnit Project Loader Extension",
|
|
"homepage": "https://nunit.org/",
|
|
"license": "MIT",
|
|
"depends": "nunit-console",
|
|
"url": "https://packages.chocolatey.org/nunit-extension-nunit-project-loader.3.8.0.nupkg",
|
|
"hash": "be01b9d7c04f0518c97d82d3fe08ce3881f3aed68ea9edeb5c5fb809ab27b623",
|
|
"extract_dir": "tools",
|
|
"checkver": {
|
|
"url": "https://chocolatey.org/packages/nunit-extension-nunit-project-loader",
|
|
"regex": "\\s+([\\d.]+)</title>"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://packages.chocolatey.org/nunit-extension-nunit-project-loader.$version.nupkg",
|
|
"hash": {
|
|
"url": "https://chocolatey.org/packages/nunit-extension-nunit-project-loader",
|
|
"regex": "$sha256.*?$basename"
|
|
}
|
|
}
|
|
}
|