Skip to content

Commit

Permalink
Merge pull request #121 from Brewforge/fix-eshelper
Browse files Browse the repository at this point in the history
fix(#59): update livecheck url
  • Loading branch information
Oscaner authored Mar 3, 2024
2 parents b2c6b03 + 0cd0148 commit 916e77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/eshelper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version "4.6.2"
sha256 "066321af699e384d2be5a34a925dc5723ab94592d9ab535312eb51f60d70549c"

url "https://static.frdic.com/pkg/ehmac.dmg??v=#{version}",
url "https://static.eudic.net/pkg/ehmac.dmg?v=#{version}",
verified: "static.frdic.com/",
user_agent: :fake
name "Eshelper"
Expand All @@ -11,7 +11,7 @@
homepage "https://www.eudic.net/v4/es/app/eshelper"

livecheck do
url "https://www.eudic.net/update/eshelper_mac.xml"
url "https://static.eudic.net/pkg/eshelper_mac.xml?noCache=1"
strategy :sparkle, &:short_version
end

Expand Down

0 comments on commit 916e77a

Please sign in to comment.