Ignore hashicorps beta and rc releases

This commit is contained in:
Richard Kuhnt 2017-02-16 18:33:05 +01:00
parent 7ec4a28373
commit ae76d4c76e
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
],
"checkver": {
"url": "https://releases.hashicorp.com/packer/",
"re": "packer_([\\d.]+)"
"re": "packer_([\\d.]+)<\/a>"
},
"autoupdate": {
"architecture": {

View File

@ -17,7 +17,7 @@
],
"checkver": {
"url": "https://releases.hashicorp.com/terraform/",
"re": "terraform_([\\d.]+)"
"re": "terraform_([\\d.]+)<\/a>"
},
"autoupdate": {
"architecture": {

View File

@ -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",

View File

@ -17,7 +17,7 @@
],
"checkver": {
"url": "https://releases.hashicorp.com/vault/",
"re": "vault_([\\d.]+)"
"re": "vault_([\\d.]+)<\/a>"
},
"autoupdate": {
"architecture": {