Skip to content

Commit 3e929ee

Browse files
committed
retain-pdf: fix checkver
1 parent 60e821a commit 3e929ee

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

bucket/edgeless.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"checkver": {
1616
"url": "https://down.edgeless.top/",
17-
"regex": "([\\d\\.]+)"
17+
"regex": "([\\d.\\d+])"
1818
},
1919
"autoupdate": {
2020
"url": "https://zfile.edgeless.top/d/Socket/Hub/Edgeless%20Hub_Beta_$version.7z?sign=1fM189Ys5KlNwgh8YwqmRoVMF8VeUGyWTmqDyqD2UHc=:0"

bucket/quickbib.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"QuickBib"
2121
]
2222
],
23-
"checkver": "github",
23+
"checkver": {
24+
"github": "https://github.com/archisman-panigrahi/QuickBib"
25+
},
2426
"autoupdate": {
2527
"architecture": {
2628
"64bit": {

bucket/retain-pdf.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
]
2323
],
2424
"checkver": {
25-
"github": "https://github.com/wxyhgk/retain-pdf",
26-
"regex": "RetainPDF-([\\d.]+(?:-beta\\d+))-Setup\\.exe"
25+
"github": "https://github.com/wxyhgk/retain-pdf/releases/latest"
2726
},
2827
"autoupdate": {
2928
"architecture": {

0 commit comments

Comments
 (0)