ScoopInstaller_Main/bucket/nunit-extension-nunit-v2-driver.json
Ross Smith II dc894aea69 Fix 6 checkvers due to chocolatey site redesign (#443)
* Buck: Fix checkver

* Update nunit-extension-nunit-project-loader.json

* Update nunit-extension-nunit-v2-driver.json

* Update nunit-extension-nunit-v2-result-writer.json

* Update nunit-extension-teamcity-event-listener.json

* Update nunit-extension-vs-project-loader.json
2019-09-22 17:51:40 +02:00

22 lines
804 B
JSON

{
"homepage": "https://nunit.org/",
"description": "NUnit V2 Framework Driver Extension",
"version": "3.7.0",
"license": "MIT",
"url": "https://packages.chocolatey.org/nunit-extension-nunit-v2-driver.3.7.0.nupkg",
"hash": "3cd3d4a16f5a304eaf8090221bcc8edc867f6f1ff3ee7bb2d2376afeb2e9512e",
"extract_dir": "tools",
"depends": "nunit-console",
"checkver": {
"url": "https://chocolatey.org/packages/nunit-extension-nunit-v2-driver",
"regex": "\\s+([\\d.]+)</title>"
},
"autoupdate": {
"url": "https://packages.chocolatey.org/nunit-extension-nunit-v2-driver.$version.nupkg",
"hash": {
"url": "https://chocolatey.org/packages/nunit-extension-nunit-v2-driver",
"regex": "$sha256.*?$basename"
}
}
}