We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac7af9 commit b35cb07Copy full SHA for b35cb07
Casks/z/zotero.rb
@@ -8,13 +8,13 @@
8
homepage "https://www.zotero.org/"
9
10
livecheck do
11
- url "https://www.zotero.org/download/"
12
- regex(/standaloneVersions.*?"mac"\s*:\s*"(\d+(?:\.\d+)+)"/i)
+ url "https://www.zotero.org/download/client/dl?channel=release&platform=mac"
+ strategy :header_match
13
end
14
15
auto_updates true
16
conflicts_with cask: "zotero@beta"
17
- depends_on macos: ">= :el_capitan"
+ depends_on macos: ">= :sierra"
18
19
app "Zotero.app"
20
0 commit comments