From b742f4c6f317d4860fda3de0e781f3063959b84e Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sun, 21 Jan 2018 06:37:01 -0500 Subject: [PATCH] Fix yasm checkver (#1965) --- yasm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yasm.json b/yasm.json index c5ab5c6142..a4d189130a 100644 --- a/yasm.json +++ b/yasm.json @@ -17,8 +17,8 @@ "yasm.exe" ], "checkver": { - "url": "https://yasm.tortall.net/Download.html", - "re": "Latest Release: [\\d.]+" + "url": "http://yasm.tortall.net/Download.html", + "re": "Latest Release: ([\\d.]+)" }, "autoupdate": { "architecture": {