Skip to content

Commit

Permalink
Fix 6 checkvers due to chocolatey site redesign (#443)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rasa authored and r15ch13 committed Sep 22, 2019
1 parent 19021b0 commit dc894ae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bucket/buck.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion bucket/nunit-extension-nunit-project-loader.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion bucket/nunit-extension-nunit-v2-driver.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion bucket/nunit-extension-nunit-v2-result-writer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion bucket/nunit-extension-teamcity-event-listener.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion bucket/nunit-extension-vs-project-loader.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dc894ae

Please sign in to comment.