Skip to content

Commit

Permalink
Merge pull request #172540 from Homebrew/bump-chroma-2.14.0
Browse files Browse the repository at this point in the history
chroma 2.14.0
  • Loading branch information
BrewTestBot authored May 23, 2024
2 parents cb09cb9 + 7560a07 commit f926723
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ cherrytree
chezmoi
chkrootkit
choose-rust
chroma
chromaprint
chronograf
chuck
Expand Down
18 changes: 9 additions & 9 deletions Formula/c/chroma.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.13.0.tar.gz"
sha256 "f3538d9db5df0d0325f3eaab7e3d465a6ec9ad6067051863ac52241f070824a0"
url "https://github.com/alecthomas/chroma/archive/refs/tags/v2.14.0.tar.gz"
sha256 "beff1d23ee8343c66f62aa30f1f18da5813018dcdff147f3ac4bdd734a908821"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "63bb566ba8ddb8f8e0f8777fffd38e960e7621101f5025edd6403cd016a6d531"
sha256 cellar: :any_skip_relocation, arm64_ventura: "63bb566ba8ddb8f8e0f8777fffd38e960e7621101f5025edd6403cd016a6d531"
sha256 cellar: :any_skip_relocation, arm64_monterey: "63bb566ba8ddb8f8e0f8777fffd38e960e7621101f5025edd6403cd016a6d531"
sha256 cellar: :any_skip_relocation, sonoma: "082f7739235465d496f7a7ee86c6103aa06c12ee9763f2f2cba90b313ed69119"
sha256 cellar: :any_skip_relocation, ventura: "082f7739235465d496f7a7ee86c6103aa06c12ee9763f2f2cba90b313ed69119"
sha256 cellar: :any_skip_relocation, monterey: "082f7739235465d496f7a7ee86c6103aa06c12ee9763f2f2cba90b313ed69119"
sha256 cellar: :any_skip_relocation, x86_64_linux: "138dd8bbaab80928ea969babd37082b96d10906fac351880391e844a2f5b58eb"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit f926723

Please sign in to comment.