Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions Casks/c/calibre.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "calibre" do
on_monterey :or_older do
on_ventura :or_older do
on_catalina :or_older do
version "6.11.0"
sha256 "d7c40f3f35ba9043c13303632526f135b2c4086471a5c09ceb8b397c55c076fa"
Expand All @@ -12,14 +12,18 @@
version "6.29.0"
sha256 "2f76428ae19617875c5725cd892751a80eb2acdda76e06cd19c2f21a63966998"
end
on_ventura do
version "9.6.0"
sha256 "1e20b1a9859eae7411f4ff4fd7f7c64524ca16339d969aeb828b791673d03d4c"
end

livecheck do
skip "Legacy version"
end
end
on_ventura :or_newer do
version "9.6.0"
sha256 "1e20b1a9859eae7411f4ff4fd7f7c64524ca16339d969aeb828b791673d03d4c"
on_sonoma :or_newer do
version "9.7.0"
sha256 "cbdb1fb6685254bee6323f7b2bb68781c65ec8ab8198a2c8a123b1f30969d10c"

livecheck do
url "https://calibre-ebook.com/dist/osx"
Expand Down
Loading