mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
dark: Fix checkver (#452)
This commit is contained in:
parent
f4f8370f18
commit
e0a3de8322
@ -8,7 +8,8 @@
|
|||||||
"bin": "dark.exe",
|
"bin": "dark.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/ScoopInstaller/Binary/tree/master/dark",
|
"url": "https://github.com/ScoopInstaller/Binary/tree/master/dark",
|
||||||
"re": "dark-([0-9.]+).zip"
|
"regex": "dark-([\\d.]+)\\.zip",
|
||||||
|
"reverse": true
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-$version.zip",
|
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-$version.zip",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user