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