Fix yasm checkver (#1965)

This commit is contained in:
Brandon Smith 2018-01-21 06:37:01 -05:00 committed by Richard Kuhnt
parent b179a59425
commit b742f4c6f3

View File

@ -17,8 +17,8 @@
"yasm.exe" "yasm.exe"
], ],
"checkver": { "checkver": {
"url": "https://yasm.tortall.net/Download.html", "url": "http://yasm.tortall.net/Download.html",
"re": "Latest Release: [\\d.]+" "re": "Latest Release: ([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {