diff --git a/.github/autobump.txt b/.github/autobump.txt index 87b982c745157..244f360fed37b 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -340,6 +340,7 @@ cherrytree chezmoi chkrootkit choose-rust +chroma chromaprint chronograf chuck diff --git a/Formula/c/chroma.rb b/Formula/c/chroma.rb index 01cbf29db54eb..56cf6ee49a730 100644 --- a/Formula/c/chroma.rb +++ b/Formula/c/chroma.rb @@ -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