Skip to content

Commit b85a9ba

Browse files
authored
(chore): Explicitly specify GitHub mode when using GitHub API (#17746)
1 parent c9127b9 commit b85a9ba

131 files changed

Lines changed: 131 additions & 131 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bucket/86box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121
],
2222
"checkver": {
23-
"url": "https://api.github.com/repos/86Box/86Box/releases/latest",
23+
"github": "https://api.github.com/repos/86Box/86Box/releases/latest",
2424
"jsonpath": "$.assets[*].browser_download_url",
2525
"regex": "v(?<version>[\\d.]+)/86Box-Windows-64-b(?<build>\\d+)\\.zip"
2626
},

bucket/adventuregamestudio.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
]
2424
],
2525
"checkver": {
26-
"url": "https://api.github.com/repos/adventuregamestudio/ags/releases/latest",
26+
"github": "https://api.github.com/repos/adventuregamestudio/ags/releases/latest",
2727
"jsonpath": "$.assets[?(@.name =~ /AGS.+exe/i)].browser_download_url",
2828
"regex": "download/v([\\d.]+)/(?<name>.+)"
2929
},

bucket/aegisub-arch1t3cht.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"config"
4848
],
4949
"checkver": {
50-
"url": "https://api.github.com/repos/arch1t3cht/Aegisub/releases/latest",
50+
"github": "https://api.github.com/repos/arch1t3cht/Aegisub/releases/latest",
5151
"jsonpath": "$.tag_name",
5252
"regex": "^migration([0-9]+-[0-9]+)$"
5353
},

bucket/age.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"age-plugin-batchpass.exe"
1818
],
1919
"checkver": {
20-
"url": "https://api.github.com/repos/FiloSottile/age/releases",
20+
"github": "https://api.github.com/repos/FiloSottile/age/releases",
2121
"regex": "/age-v([\\w.-]+)-windows"
2222
},
2323
"autoupdate": {

bucket/anki.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"programfiles"
3636
],
3737
"checkver": {
38-
"url": "https://api.github.com/repos/ankitects/anki/releases",
38+
"github": "https://api.github.com/repos/ankitects/anki/releases",
3939
"regex": "download/(?<version>[\\d.]+)/anki-launcher-\\k<version>-windows\\.exe"
4040
},
4141
"autoupdate": {

bucket/anytype.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
],
2626
"checkver": {
27-
"url": "https://api.github.com/repos/anyproto/anytype-ts/releases",
27+
"github": "https://api.github.com/repos/anyproto/anytype-ts/releases",
2828
"regex": "Anytype\\.Setup\\.([\\d.]+)\\.exe\""
2929
},
3030
"autoupdate": {

bucket/archi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
]
1919
],
2020
"checkver": {
21-
"url": "https://api.github.com/repos/archimatetool/archi.io/releases",
21+
"github": "https://api.github.com/repos/archimatetool/archi.io/releases",
2222
"regex": "download/(?<tag>[^/]+)/Archi-Win64-(?<version>[\\d.]+)\\.zip"
2323
},
2424
"autoupdate": {

bucket/bambu-studio.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717
],
1818
"checkver": {
19-
"url": "https://api.github.com/repos/bambulab/BambuStudio/releases/latest",
19+
"github": "https://api.github.com/repos/bambulab/BambuStudio/releases/latest",
2020
"jsonpath": "$..assets[?(@.browser_download_url =~ /Bambu_Studio_win-.*\\.zip/i)].browser_download_url",
2121
"regex": "download/(?<tag>(?:v|V)?(?<version>[\\d.]+))/(?<filename>Bambu_Studio_win-.*\\.zip)"
2222
},

bucket/biblioteq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"persist": ".biblioteq",
2525
"checkver": {
26-
"url": "https://api.github.com/repos/textbrowser/biblioteq/releases",
26+
"github": "https://api.github.com/repos/textbrowser/biblioteq/releases",
2727
"jsonpath": "$[?(@.assets[0].url)].tag_name"
2828
},
2929
"autoupdate": {

bucket/bitwarden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"persist": "bitwarden-appdata",
2424
"checkver": {
25-
"url": "https://api.github.com/repos/bitwarden/clients/releases",
25+
"github": "https://api.github.com/repos/bitwarden/clients/releases",
2626
"regex": "tag/desktop-v([\\d.]+)"
2727
},
2828
"autoupdate": {

0 commit comments

Comments
 (0)