mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
lantern: update livecheck
This commit is contained in:
+7
-2
@@ -8,9 +8,14 @@ cask "lantern" do
|
||||
desc "Open Internet For All"
|
||||
homepage "https://lantern.io/"
|
||||
|
||||
# The first-party download page (https://lantern.io/download?os=mac) only
|
||||
# links to an unversioned file, with no version information on the page. We
|
||||
# check GitHub releases as a best guess of when a new version is released.
|
||||
# Upstream has not marked recent releases as "latest", so we have to check
|
||||
# multiple releases until upstream reliably marks releases as "latest" again.
|
||||
livecheck do
|
||||
url "https://github.com/getlantern/lantern/releases"
|
||||
strategy :github_latest
|
||||
url "https://github.com/getlantern/lantern"
|
||||
strategy :github_releases
|
||||
end
|
||||
|
||||
app "Lantern.app"
|
||||
|
||||
Reference in New Issue
Block a user