mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
swc@1.13.20: Update checkver and autoupdate (#7204)
* swc@1.13.19: Add pre_install, update checkver and autoupdate * swc@1.13.19: Update checkver and autoupdate * swc: Update to version 1.13.20, update checkver * swc@1.13.20: Update checkver and autoupdate * swc@1.13.20: Update checkver's regex to explictly exclude nightlies * swc@1.13.20: Update checkver's regex to explictly exclude nightlies --------- Co-authored-by: Bill ZHANG <36790218+Lutra-Fs@users.noreply.github.com>
This commit is contained in:
parent
028322b85d
commit
8df1b0a8c5
@ -20,7 +20,7 @@
|
||||
"bin": "swc.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/swc-project/swc",
|
||||
"regex": "tag/v([\\w\\.-]+)"
|
||||
"regex": "tag/v?(?![^\"]*-nightly-)([\\d\\.]+)(?=\")"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user