mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
ack: Fix autoupdate URL
This commit is contained in:
parent
bc5de1d716
commit
9b5219a387
@ -10,9 +10,9 @@
|
||||
"pre_install": "Set-Content -Value '@perl.exe %~dp0ack-single-file %*' -Path \"$dir\\ack.bat\"",
|
||||
"checkver": {
|
||||
"url": "https://beyondgrep.com/install/",
|
||||
"re": "The current stable version of ack is version ([\\d.]+),"
|
||||
"re": "The current stable version of ack is v([\\d.]+),"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://beyondgrep.com/ack-$version-single-file#/ack-single-file"
|
||||
"url": "https://beyondgrep.com/ack-$version#/ack-single-file"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user