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": {