Skip to content

Commit 1acd267

Browse files
committed
fix firefox version
1 parent 1bbba97 commit 1acd267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bucket/firefox.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"profiles"
5757
],
5858
"checkver": {
59-
"url": "https://www.mozilla.org/en-US/firefox/notes/",
60-
"regex": "<div class=\"c-release-version\">([\\d.]+)</div>"
59+
"url": "https://product-details.mozilla.org/1.0/firefox_versions.json",
60+
"jsonpath": "$.LATEST_FIREFOX_VERSION"
6161
},
6262
"autoupdate": {
6363
"architecture": {

0 commit comments

Comments
 (0)