Skip to content

Commit

Permalink
Merge pull request #196931 from Homebrew/update-qlmarkdown
Browse files Browse the repository at this point in the history
qlmarkdown: add livecheck, update minimum macOS
  • Loading branch information
bevanjkay authored Jan 1, 2025
2 parents 1dc141a + 404bc30 commit 86c0107
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Casks/q/qlmarkdown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
desc "Quick Look generator for Markdown files"
homepage "https://github.com/sbarex/QLMarkdown"

livecheck do
url "https://sbarex.github.io/QLMarkdown/appcast.xml"
strategy :sparkle, &:short_version
end

auto_updates true
depends_on macos: ">= :catalina"
depends_on macos: ">= :big_sur"

app "QLMarkdown.app"
binary "#{appdir}/QLMarkdown.app/Contents/Resources/qlmarkdown_cli"
Expand Down

0 comments on commit 86c0107

Please sign in to comment.