mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
Fix yasm checkver (#1965)
This commit is contained in:
parent
b179a59425
commit
b742f4c6f3
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user