Skip to content

Commit

Permalink
logexpert: Update to version 1.11.1, fix checkver & autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Feb 23, 2025
1 parent 991b0c0 commit b7a5533
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions bucket/logexpert.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"version": "1.9.0",
"version": "1.11.1",
"description": "Windows tail program and log file analyzer.",
"homepage": "/~https://github.com/zarunbal/LogExpert",
"license": "MIT",
"url": "/~https://github.com/zarunbal/LogExpert/releases/download/v1.9.0/LogExpert.1.9.0.zip",
"hash": "3c0dc5b52bbb64d89e5899f17bb11996cfd6af9e0b39961313f2964a20073ff0",
"url": "/~https://github.com/zarunbal/LogExpert/releases/download/v.1.11.1/LogExpert.1.11.1.zip",
"hash": "c4b38ff430b816fe33f32295c54c1a94b9a7e5ed0b005bc9e091c1fe9080dbb4",
"bin": "LogExpert.exe",
"shortcuts": [
[
"LogExpert.exe",
"LogExpert"
]
],
"checkver": "github",
"checkver": {
"url": "https://api.github.com/repositories/106875909/releases/latest",
"jsonpath": "$..browser_download_url",
"regex": "download/v(?<tag>[\\d.]+)/LogExpert.([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "/~https://github.com/zarunbal/LogExpert/releases/download/v$version/LogExpert.$version.zip"
"url": "/~https://github.com/zarunbal/LogExpert/releases/download/v$matchTag/LogExpert.$version.zip"
}
}

0 comments on commit b7a5533

Please sign in to comment.