lantern: update livecheck

This commit is contained in:
Sam Ford
2023-11-19 17:57:13 -05:00
parent dc8be29ea5
commit 71122ef26b
+7 -2
View File
@@ -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"