mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
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:
parent
19021b0077
commit
dc894aea69
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user