Skip to content

Commit

Permalink
dehelper: use version :latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Apr 15, 2024
1 parent 9821b6a commit d297e46
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Casks/d/dehelper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "dehelper" do

Check failure on line 1 in Casks/d/dehelper.rb

View workflow job for this annotation

GitHub Actions / test dehelper (macos-13, intel)

The homepage URL https://www.eudic.net/vlatest/de/app/dehelper is not reachable (HTTP status code 404)

Check failure on line 1 in Casks/d/dehelper.rb

View workflow job for this annotation

GitHub Actions / test dehelper (macos-14, arm)

The homepage URL https://www.eudic.net/vlatest/de/app/dehelper is not reachable (HTTP status code 404)
version "4.6.0"
version :latest
sha256 :no_check

url "https://static.eudic.net/pkg/dhmac.dmg",
Expand All @@ -9,11 +9,6 @@
desc "Chinese-German dictionary"
homepage "https://www.eudic.net/v#{version.major}/de/app/dehelper"

livecheck do
url "https://static.eudic.net/pkg/dehelper_mac.xml"
strategy :sparkle, &:short_version
end

depends_on macos: ">= :high_sierra"

app "dehelper.app"
Expand Down

0 comments on commit d297e46

Please sign in to comment.