Skip to content

Commit c95f513

Browse files
authored
notepad3: Remove hash extraction
1 parent 5f37cf0 commit c95f513

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

bucket/notepad3.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
],
5656
"checkver": {
5757
"url": "https://api.github.com/repos/rizonesoft/Notepad3/releases/latest",
58-
"jsonpath": "$.name",
58+
"jsonpath": "$.tag_name",
5959
"regex": "RELEASE_([\\d.]+)"
6060
},
6161
"autoupdate": {
@@ -66,12 +66,6 @@
6666
"32bit": {
6767
"url": "https://github.com/rizonesoft/Notepad3/releases/download/RELEASE_$version/Notepad3_$version_x86_Portable.zip"
6868
}
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)"
7569
}
7670
}
7771
}

0 commit comments

Comments
 (0)