Skip to content

Commit e88df20

Browse files
Zevan770z-Fng
andauthored
kelivo: Update to version 1.1.15, fix checkver (#17901)
Co-authored-by: z-Fng <54583083+z-Fng@users.noreply.github.com>
1 parent c4cba72 commit e88df20

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

bucket/kelivo.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "1.1.12",
2+
"version": "1.1.15",
33
"description": "A Flutter LLM Chat Client.",
44
"homepage": "https://kelivo.psycheas.top/",
55
"license": "AGPL-3.0-only",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/Chevey339/kelivo/releases/download/v1.1.12/Kelivo_windows_1.1.12%2B30.zip",
9-
"hash": "1b78416a89d7e993a95099bedd22595516158db09f911ced664307622bb50649"
8+
"url": "https://github.com/Chevey339/kelivo/releases/download/v1.1.15/Kelivo_windows_1.1.15%2B52.zip",
9+
"hash": "af9031979ab522626584769ff6e62b9ec30eafc18bb9b0b36afb7def05ff4a4f"
1010
}
1111
},
1212
"shortcuts": [
@@ -17,7 +17,8 @@
1717
],
1818
"checkver": {
1919
"github": "https://github.com/Chevey339/kelivo",
20-
"regex": "Kelivo_windows_(?<version>[\\d.]+)\\+(?<build>\\d+)\\.zip"
20+
"jsonpath": "$.assets[*].browser_download_url",
21+
"regex": "Kelivo_windows_(?<version>[\\d.]+)%2B(?<build>\\d+)\\.zip"
2122
},
2223
"autoupdate": {
2324
"architecture": {

0 commit comments

Comments
 (0)