From c20822b2e97f92a23625973ac6468eacbfe08e98 Mon Sep 17 00:00:00 2001 From: AltCode <12354672+AlternateRT@users.noreply.github.com> Date: Sat, 5 Oct 2024 17:28:55 +0200 Subject: [PATCH] firefox@beta: update livecheck Co-authored-by: Bo Anderson --- Casks/f/firefox@beta.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/f/firefox@beta.rb b/Casks/f/firefox@beta.rb index 8759ee9e3cfb..73baacc4cd71 100644 --- a/Casks/f/firefox@beta.rb +++ b/Casks/f/firefox@beta.rb @@ -99,7 +99,7 @@ livecheck do url "https://product-details.mozilla.org/1.0/firefox_versions.json" strategy :json do |json| - json["FIREFOX_DEVEDITION"] + json["LATEST_FIREFOX_RELEASED_DEVEL_VERSION"] end end