mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
terraform-provider-ibm: Fix checkver
'terraform-provider-ibm' marks ver1.41.0-beta as latest version. Using api page to match the stable releases only.
This commit is contained in:
parent
1611529777
commit
2f8de1ddf4
@ -17,7 +17,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/IBM-Cloud/terraform-provider-ibm"
|
"url": "https://api.github.com/repos/IBM-Cloud/terraform-provider-ibm/releases",
|
||||||
|
"regex": "releases/download/v([\\d.]+)/"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user