Merge pull request #136 from rasa/rasa-ack

ack: Fix autoupdate URL
This commit is contained in:
Ross Smith II 2019-06-17 13:50:59 -07:00 committed by GitHub
commit eb37ddbb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}