Skip to content

Commit b35cb07

Browse files
committed
zotero: update livecheck
1 parent 2ac7af9 commit b35cb07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Casks/z/zotero.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
homepage "https://www.zotero.org/"
99

1010
livecheck do
11-
url "https://www.zotero.org/download/"
12-
regex(/standaloneVersions.*?"mac"\s*:\s*"(\d+(?:\.\d+)+)"/i)
11+
url "https://www.zotero.org/download/client/dl?channel=release&platform=mac"
12+
strategy :header_match
1313
end
1414

1515
auto_updates true
1616
conflicts_with cask: "zotero@beta"
17-
depends_on macos: ">= :el_capitan"
17+
depends_on macos: ">= :sierra"
1818

1919
app "Zotero.app"
2020

0 commit comments

Comments
 (0)