|
1 | 1 | class ZshFastSyntaxHighlighting < Formula |
2 | 2 | desc "Feature-rich syntax highlighting for Zsh" |
3 | 3 | 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" |
6 | 6 | license "BSD-3-Clause" |
7 | 7 | head "https://github.com/zdharma-continuum/fast-syntax-highlighting.git", branch: "master" |
8 | 8 |
|
9 | | - no_autobump! because: :requires_manual_review |
10 | | - |
11 | 9 | 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" |
20 | 17 | end |
21 | 18 |
|
22 | 19 | uses_from_macos "zsh" => [:build, :test] |
|
0 commit comments