Skip to content

Commit

Permalink
syntax-highlight: add livecheck, update minimum macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jan 1, 2025
1 parent 1dc141a commit 14c19ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Casks/s/syntax-highlight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
desc "Quicklook extension for source files"
homepage "https://github.com/sbarex/SourceCodeSyntaxHighlight"

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

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

app "Syntax Highlight.app"
binary "#{appdir}/Syntax Highlight.app/Contents/Resources/syntax_highlight_cli"
Expand Down

0 comments on commit 14c19ea

Please sign in to comment.