mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
Ignore hashicorps beta and rc releases
This commit is contained in:
parent
7ec4a28373
commit
ae76d4c76e
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://releases.hashicorp.com/packer/",
|
"url": "https://releases.hashicorp.com/packer/",
|
||||||
"re": "packer_([\\d.]+)"
|
"re": "packer_([\\d.]+)<\/a>"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://releases.hashicorp.com/terraform/",
|
"url": "https://releases.hashicorp.com/terraform/",
|
||||||
"re": "terraform_([\\d.]+)"
|
"re": "terraform_([\\d.]+)<\/a>"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
"bin": "bin\\vagrant.exe",
|
"bin": "bin\\vagrant.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://releases.hashicorp.com/vagrant/",
|
"url": "https://releases.hashicorp.com/vagrant/",
|
||||||
"re": "vagrant_([\\d.]+)"
|
"re": "vagrant_([\\d.]+)<\/a>"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version.msi",
|
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version.msi",
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://releases.hashicorp.com/vault/",
|
"url": "https://releases.hashicorp.com/vault/",
|
||||||
"re": "vault_([\\d.]+)"
|
"re": "vault_([\\d.]+)<\/a>"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user