Skip to content

Commit bfd2788

Browse files
authored
Merge pull request Homebrew#201495 from Homebrew/bump-carapace-1.1.1
carapace 1.1.1
2 parents 8bca3a6 + a1bfe31 commit bfd2788

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/carapace.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Carapace < Formula
22
desc "Multi-shell multi-command argument completer"
33
homepage "https://carapace.sh"
4-
url "https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v1.1.0.tar.gz"
5-
sha256 "3c3ccfc8212ec74dc90885b1f029a955508aa942e446367bda8cd3b3d65ae8fd"
4+
url "https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v1.1.1.tar.gz"
5+
sha256 "c479ef19a9d1b5a8579abb2da437afe7fb024ab23d11feadf746ffda0bbc833a"
66
license "MIT"
77
head "https://github.com/carapace-sh/carapace-bin.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "add2b3c94f0029ff494383f0aab3d0d5b1d4261542a773a9dcee59104e9f2697"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "432886ede7332c5547ac5be1e60037b76aae666185f8db4c131818d63adef479"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "71310b15e369f4edd068c21164f683669bede067149ce73009462c55c34b2632"
13-
sha256 cellar: :any_skip_relocation, sonoma: "025e3b5f06fc7196de688cd01246b11ebb216366e2a15cfd1bcef5315c9b23e3"
14-
sha256 cellar: :any_skip_relocation, ventura: "2e0cb0f32f7422dc2b531b8539b1dbbb027c01b942b6c1e1c2212736440af82b"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0e1d0abe470a0c24500434d7e96726076c366f9797be1a358da2a5877f6925b3"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "024c1122729d160a78d48424cb4029c9f2aacb6e18f1b4e3bbccad8280931fb1"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f3df068ac997bc0577136a689cac351b8dedc8ff077cfbd81b9c0a0199e95ef"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1efe2c31e46a942626e1ad0e749c7b8f83efdd25f6d9122e36939ec49fc07896"
13+
sha256 cellar: :any_skip_relocation, sonoma: "076c4a0c48cf141e058e77d58439a182d53541bb13cfb5f08adfce369384478d"
14+
sha256 cellar: :any_skip_relocation, ventura: "5cdae8d526134be4f108e9f6522ee389b99955a760f9b5d34d3bd8eac214cb78"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "de27da9188add3580e86b4b8264e18e9c0a39aa965bc9d39f26d0e8634f912d8"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)