Skip to content

Commit

Permalink
Merge pull request #203287 from Homebrew/bump-chroma-2.15.0
Browse files Browse the repository at this point in the history
chroma 2.15.0
  • Loading branch information
BrewTestBot authored Jan 5, 2025
2 parents 8a1dec0 + 2f4cf6c commit 4f39d06
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/c/chroma.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class Chroma < Formula
desc "General purpose syntax highlighter in pure Go"
homepage "https://github.com/alecthomas/chroma"
url "https://github.com/alecthomas/chroma/archive/refs/tags/v2.14.0.tar.gz"
sha256 "beff1d23ee8343c66f62aa30f1f18da5813018dcdff147f3ac4bdd734a908821"
url "https://github.com/alecthomas/chroma/archive/refs/tags/v2.15.0.tar.gz"
sha256 "1294c3afca183dead839fd283f08068dbbb94170cd8a217400f4bd92dbcfe053"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "18f7a9576f470a8599324829accdfa900a26b73f2bf3dfce9e579f56ae3790dd"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "80254f05c1da39aa6e08632a3a5615ab8fbc2e55377fac876eb1a1f512a5916d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "80254f05c1da39aa6e08632a3a5615ab8fbc2e55377fac876eb1a1f512a5916d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "80254f05c1da39aa6e08632a3a5615ab8fbc2e55377fac876eb1a1f512a5916d"
sha256 cellar: :any_skip_relocation, sonoma: "2cea7131a26e52d213671770734533eb60651f9013f824f409c4298be650cb9e"
sha256 cellar: :any_skip_relocation, ventura: "2cea7131a26e52d213671770734533eb60651f9013f824f409c4298be650cb9e"
sha256 cellar: :any_skip_relocation, monterey: "239814f474928850034eb3dd571cd398659bd69e618f7e82e2cde85bca23125b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cd705c1e6b537ae633275b6e062f04acc786ab8f6db4126a6326f86e2f479b66"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "79548e013256f557c678598fd861e702a43e919c4a0915c2bd7dbdd62b4c43f5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "79548e013256f557c678598fd861e702a43e919c4a0915c2bd7dbdd62b4c43f5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "79548e013256f557c678598fd861e702a43e919c4a0915c2bd7dbdd62b4c43f5"
sha256 cellar: :any_skip_relocation, sonoma: "eaafb645a84063e3325ba3db745bed5520b37f37abac7206c2a185fea165a4ea"
sha256 cellar: :any_skip_relocation, ventura: "eaafb645a84063e3325ba3db745bed5520b37f37abac7206c2a185fea165a4ea"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e0b14a4ac7ed27507c31ba72cd6a0cf0fac761f7412f800e38ea71d988b67a2c"
end

depends_on "go" => :build
Expand Down

0 comments on commit 4f39d06

Please sign in to comment.