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
This commit is contained in:
Ross Smith II 2019-09-22 08:51:40 -07:00 committed by Richard Kuhnt
parent 19021b0077
commit dc894aea69
6 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@
"post_install": "(Get-Content \"$dir\\buck.bat\") -replace 'C:\\\\Python27', \"$(versiondir 'python27' 'current')\" | Set-Content \"$dir\\buck.bat\"",
"checkver": {
"url": "https://chocolatey.org/packages/buck",
"regex": "Chocolatey.*?([\\d.]+)\\r"
"regex": "\\s+([\\d.]+)</title>"
},
"autoupdate": {
"url": "https://packages.chocolatey.org/buck.$version.nupkg",

View File

@ -9,7 +9,7 @@
"depends": "nunit-console",
"checkver": {
"url": "https://chocolatey.org/packages/nunit-extension-nunit-project-loader",
"regex": "Chocolatey.*?([\\d.]+)\\r"
"regex": "\\s+([\\d.]+)</title>"
},
"autoupdate": {
"url": "https://packages.chocolatey.org/nunit-extension-nunit-project-loader.$version.nupkg",

View File

@ -9,7 +9,7 @@
"depends": "nunit-console",
"checkver": {
"url": "https://chocolatey.org/packages/nunit-extension-nunit-v2-driver",
"regex": "Chocolatey.*?([\\d.]+)\\r"
"regex": "\\s+([\\d.]+)</title>"
},
"autoupdate": {
"url": "https://packages.chocolatey.org/nunit-extension-nunit-v2-driver.$version.nupkg",

View File

@ -9,7 +9,7 @@
"depends": "nunit-console",
"checkver": {
"url": "https://chocolatey.org/packages/nunit-extension-nunit-v2-result-writer",
"regex": "Chocolatey.*?([\\d.]+)\\r"
"regex": "\\s+([\\d.]+)</title>"
},
"autoupdate": {
"url": "https://packages.chocolatey.org/nunit-extension-nunit-v2-result-writer.$version.nupkg",

View File

@ -9,7 +9,7 @@
"depends": "nunit-console",
"checkver": {
"url": "https://chocolatey.org/packages/nunit-extension-teamcity-event-listener",
"regex": "Chocolatey.*?([\\d.]+)\\r"
"regex": "\\s+([\\d.]+)</title>"
},
"autoupdate": {
"url": "https://packages.chocolatey.org/nunit-extension-teamcity-event-listener.$version.nupkg",

View File

@ -9,7 +9,7 @@
"depends": "nunit-console",
"checkver": {
"url": "https://chocolatey.org/packages/nunit-extension-vs-project-loader",
"regex": "Chocolatey.*?([\\d.]+)\\r"
"regex": "\\s+([\\d.]+)</title>"
},
"autoupdate": {
"url": "https://packages.chocolatey.org/nunit-extension-vs-project-loader.$version.nupkg",