Skip to content

Commit

Permalink
Merge pull request #186269 from Homebrew/bump-ea-13.301.0.5814
Browse files Browse the repository at this point in the history
ea 13.301.0.5814
  • Loading branch information
bevanjkay authored Sep 22, 2024
2 parents b736796 + c454b2d commit d78da68
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Casks/e/ea.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "ea" do
version "13.297.0.5810"
version "13.301.0.5814"
sha256 :no_check

url "https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EA%20app.dmg",
Expand All @@ -9,8 +9,10 @@
homepage "https://www.ea.com/ea-app"

livecheck do
url :url
strategy :extract_plist
url "https://autopatch.juno.ea.com/autopatch/upgrade/buckets/999"
strategy :json do |json|
json.dig("recommended", "version")
end
end

auto_updates true
Expand Down

0 comments on commit d78da68

Please sign in to comment.