From ae76d4c76e3f07b384ebff4b44102b76810a22af Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 16 Feb 2017 18:33:05 +0100 Subject: [PATCH] Ignore hashicorps beta and rc releases --- packer.json | 2 +- terraform.json | 2 +- vagrant.json | 2 +- vault.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packer.json b/packer.json index 39412f5425..c3d951dfca 100644 --- a/packer.json +++ b/packer.json @@ -17,7 +17,7 @@ ], "checkver": { "url": "https://releases.hashicorp.com/packer/", - "re": "packer_([\\d.]+)" + "re": "packer_([\\d.]+)<\/a>" }, "autoupdate": { "architecture": { diff --git a/terraform.json b/terraform.json index 8db3bc3a2a..b58d87459d 100644 --- a/terraform.json +++ b/terraform.json @@ -17,7 +17,7 @@ ], "checkver": { "url": "https://releases.hashicorp.com/terraform/", - "re": "terraform_([\\d.]+)" + "re": "terraform_([\\d.]+)<\/a>" }, "autoupdate": { "architecture": { diff --git a/vagrant.json b/vagrant.json index 45cfed5319..6b3a255b7b 100644 --- a/vagrant.json +++ b/vagrant.json @@ -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", diff --git a/vault.json b/vault.json index 4dfa4e1aa4..5d3749795f 100644 --- a/vault.json +++ b/vault.json @@ -17,7 +17,7 @@ ], "checkver": { "url": "https://releases.hashicorp.com/vault/", - "re": "vault_([\\d.]+)" + "re": "vault_([\\d.]+)<\/a>" }, "autoupdate": { "architecture": {