Skip to content

Commit 5803478

Browse files
authored
Merge pull request #203761 from Homebrew/bump-chkbit-6.0.1
chkbit 6.0.1
2 parents b1936fe + 30872f1 commit 5803478

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/chkbit.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Chkbit < Formula
22
desc "Check your files for data corruption"
33
homepage "https://github.com/laktak/chkbit"
4-
url "https://github.com/laktak/chkbit/archive/refs/tags/v6.0.0.tar.gz"
5-
sha256 "a95d6faad4b292b5dd16789fc2cae1615dc77c6ec3923067d56d228e2bcb8d8b"
4+
url "https://github.com/laktak/chkbit/archive/refs/tags/v6.0.1.tar.gz"
5+
sha256 "f6d69e331da8ac25a5e6bc2b81d67656bc6d98eae1b718466afc06771197f7d9"
66
license "MIT"
77
head "https://github.com/laktak/chkbit.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "77998a9ca4836886652028173813a941b661808caeb1efcf58c58a658d3694ce"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "77998a9ca4836886652028173813a941b661808caeb1efcf58c58a658d3694ce"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "77998a9ca4836886652028173813a941b661808caeb1efcf58c58a658d3694ce"
13-
sha256 cellar: :any_skip_relocation, sonoma: "088a0163ebee17be07ae738340e0251d5d0398701a5eea27c2c297beb84cfa3d"
14-
sha256 cellar: :any_skip_relocation, ventura: "088a0163ebee17be07ae738340e0251d5d0398701a5eea27c2c297beb84cfa3d"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a863fe0bcaf71b12f471cd8db71f01900ac5ed812658da4028f3d371914e51d5"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fe4ae3efb036d5984afc0e5625db944845e384f3d60c5b0304c963741d099a0"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6fe4ae3efb036d5984afc0e5625db944845e384f3d60c5b0304c963741d099a0"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6fe4ae3efb036d5984afc0e5625db944845e384f3d60c5b0304c963741d099a0"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d4a9f1d1ffd0637734bf2697fd31021d38ef7190e0ba7fd289d18ae1b10ed3ae"
14+
sha256 cellar: :any_skip_relocation, ventura: "d4a9f1d1ffd0637734bf2697fd31021d38ef7190e0ba7fd289d18ae1b10ed3ae"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0729bbe46dbe771ec0549789f68e70c54d1577150ded12801a6ca3e6654c0e78"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)