We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f37cf0 commit c95f513Copy full SHA for c95f513
bucket/notepad3.json
@@ -55,7 +55,7 @@
55
],
56
"checkver": {
57
"url": "https://api.github.com/repos/rizonesoft/Notepad3/releases/latest",
58
- "jsonpath": "$.name",
+ "jsonpath": "$.tag_name",
59
"regex": "RELEASE_([\\d.]+)"
60
},
61
"autoupdate": {
@@ -66,12 +66,6 @@
66
"32bit": {
67
"url": "https://github.com/rizonesoft/Notepad3/releases/download/RELEASE_$version/Notepad3_$version_x86_Portable.zip"
68
}
69
- },
70
- "hash": {
71
- "mode": "json",
72
- "url": "https://api.github.com/repos/rizonesoft/Notepad3/releases/latest",
73
- "jsonpath": "$.assets[?(@.name == '$basename')].digest",
74
- "regex": "sha256:(\\w64)"
75
76
77
0 commit comments