Skip to content

Commit d1951a1

Browse files
authored
Merge pull request #230538 from Homebrew/bump-spacer-0.4.2
spacer 0.4.2
2 parents 1eb20c2 + 9eb2f9c commit d1951a1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/spacer.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Spacer < Formula
22
desc "Small command-line utility for adding spacers to command output"
33
homepage "https://github.com/samwho/spacer"
4-
url "https://github.com/samwho/spacer/archive/refs/tags/v0.4.1.tar.gz"
5-
sha256 "ab3542d6fcc5a9eccd21c81491e9cd61394d617893d5ba5f98962dc2f07094f0"
4+
url "https://github.com/samwho/spacer/archive/refs/tags/v0.4.2.tar.gz"
5+
sha256 "7408b9ebefac040110cc3f4ee12ccdc320ca8aa88f9d306304f3e8878103fd10"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b8a6b07edae2304af1918dbaf21b3768bd69694726ad67e89ca52edc63d53a6f"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0622df619eb91b794f7d6163b884a1f51362cd9377b088b54e903c1a554bdfe6"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e854ca2740604a1d04c23a6baef9e2963caadc64a6916bc196daee8a855d83a6"
12-
sha256 cellar: :any_skip_relocation, sonoma: "f8826d55cb8521e68be2549b57151f51537cef7ad3861583e3cf2a292993b58f"
13-
sha256 cellar: :any_skip_relocation, ventura: "fffea2973bc83ccdd9c6e81149c609edade6a31f654b513e88b735a0bb164115"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "45a16b155d16e5531c620ac84b241d039c140ef7608fc685f41bbd6243d53398"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a8f5c8a7267f5d41752a107cfc9608e198dddcc9afaa254ef314b52897dbc520"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad8663e1483bb6dccc18b94bd4c7ae8a633e3e31f8c4ea05037ce7f5b7955592"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce31df01e013ebc163b73ede478d2ce095746e8453b8d931c0785be40161f758"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "115bc2b194f788ecc8569ebff7397b5c8a2154d78c41975124c892db7120c1cf"
12+
sha256 cellar: :any_skip_relocation, sonoma: "14db5782e8ae633f92f53770dca37f1b1a4785753063a4c43e64a00747f7c7f8"
13+
sha256 cellar: :any_skip_relocation, ventura: "84d388b3ce2d6beedab69386f8e8819d3bb47e04cd8409349f81a3f1ca14965e"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "a5939dee33629f72cde4f47a2d98d79e8a5a34ea854143adf24ad904c7cee384"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1e93f5f93539868f518f3c475b9a9ab25edd77222e518e2d2983138e760db4ac"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)