Skip to content

Commit b8a1f3f

Browse files
authored
Merge pull request #230267 from botantony/bump-zsh-fast-syntax-highlighting-1.56
zsh-fast-syntax-highlighting 1.56
2 parents 23e0e8c + 2a67025 commit b8a1f3f

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

Formula/z/zsh-fast-syntax-highlighting.rb

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
class ZshFastSyntaxHighlighting < Formula
22
desc "Feature-rich syntax highlighting for Zsh"
33
homepage "https://github.com/zdharma-continuum/fast-syntax-highlighting"
4-
url "https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v1.55.tar.gz"
5-
sha256 "d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898"
4+
url "https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v1.56.tar.gz"
5+
sha256 "9e5045510ef86beae658b5fcf58e7b6c76f5b63788498b956d54bc1038faa806"
66
license "BSD-3-Clause"
77
head "https://github.com/zdharma-continuum/fast-syntax-highlighting.git", branch: "master"
88

9-
no_autobump! because: :requires_manual_review
10-
119
bottle do
12-
rebuild 1
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b63cd29b30d65b5f15e12a53ecf2b8f78b8eae1e0a32ac5761d88933cb00ad8"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b63cd29b30d65b5f15e12a53ecf2b8f78b8eae1e0a32ac5761d88933cb00ad8"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2b63cd29b30d65b5f15e12a53ecf2b8f78b8eae1e0a32ac5761d88933cb00ad8"
16-
sha256 cellar: :any_skip_relocation, sonoma: "5b0435113e89b05900636a678cb33a9e0d44382a005da60cc072ec944a613d2e"
17-
sha256 cellar: :any_skip_relocation, ventura: "5b0435113e89b05900636a678cb33a9e0d44382a005da60cc072ec944a613d2e"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "2b63cd29b30d65b5f15e12a53ecf2b8f78b8eae1e0a32ac5761d88933cb00ad8"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b63cd29b30d65b5f15e12a53ecf2b8f78b8eae1e0a32ac5761d88933cb00ad8"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "92d65197b6bbc546272e39daecc43aec0a884213f6fee5d4b44982e8dc57242e"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "92d65197b6bbc546272e39daecc43aec0a884213f6fee5d4b44982e8dc57242e"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "92d65197b6bbc546272e39daecc43aec0a884213f6fee5d4b44982e8dc57242e"
13+
sha256 cellar: :any_skip_relocation, sonoma: "9ef6826ede6de08521db68f3088cf67f4de7b5026f9df28a4ec53b48aa11a54b"
14+
sha256 cellar: :any_skip_relocation, ventura: "9ef6826ede6de08521db68f3088cf67f4de7b5026f9df28a4ec53b48aa11a54b"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "92d65197b6bbc546272e39daecc43aec0a884213f6fee5d4b44982e8dc57242e"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "92d65197b6bbc546272e39daecc43aec0a884213f6fee5d4b44982e8dc57242e"
2017
end
2118

2219
uses_from_macos "zsh" => [:build, :test]

0 commit comments

Comments
 (0)