Skip to content

Commit 60d7548

Browse files
authored
Merge pull request #235910 from Homebrew/bump-osctrl-cli-0.4.6
osctrl-cli 0.4.6
2 parents 9401234 + c3475d2 commit 60d7548

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Formula/o/osctrl-cli.rb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
class OsctrlCli < Formula
22
desc "Fast and efficient osquery management"
33
homepage "https://osctrl.net"
4-
url "https://github.com/jmpsec/osctrl/archive/refs/tags/v0.4.5.tar.gz"
5-
sha256 "3e802fe7d6706b5025ec8c36d1b2f18cafffb6b5168ede3d1271616fe63855c5"
4+
url "https://github.com/jmpsec/osctrl/archive/refs/tags/v0.4.6.tar.gz"
5+
sha256 "f38f76e3302f6363aac39918d4a79f7db94e9ab17179bf99ab062e3b49fd73fe"
66
license "MIT"
77
head "https://github.com/jmpsec/osctrl.git", branch: "main"
88

99
bottle do
10-
rebuild 1
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e7c3eefd65c2301ff108f96a449cdbb74d709cca5184311cc28ddc7682a59217"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e64d48a864ee360d08af3688a7274c0ea7821380703657e45ed3105b962b1ed"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0fbbfe0563716834dac7c255d5545fab1ead39f9b58a9e318506cc1c70a4e1ef"
14-
sha256 cellar: :any_skip_relocation, sonoma: "8f6203e4fae31407690538109d95fd3703bdcd63e3121fe3ba35cf72ab63bc7e"
15-
sha256 cellar: :any_skip_relocation, ventura: "162dd78e818fea8633e9295bf6865982ede21c0e0027659a3258f0e5f53d761d"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a7a324f7ae2941205ff08367b28fbe3b616d940760bed43b3856d66f1db943ff"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac87e5ecbe823937349cd61ab617352ba35772063245405941a2789c9d471caa"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6efcaee46ae2cbe2aa3e1d6168203fa6906da450011b121914a14182b78974cf"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7da06329ff13883d5e251064963de2785119b0f4f3bea06825cc66d4844b652b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "32f39e19272a94dbefec67562291c95405c2497b7d5eb1b10cec4d2d9862887d"
14+
sha256 cellar: :any_skip_relocation, ventura: "2e479fbf985f6c8537f9e149e1c2a74dedc899707cd46ed05669233858b8a98c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0ef73022d5dd76f634815c48f48bd3e6cbd1f0c3b4820d6f0f6a74365b8a6371"
1716
end
1817

1918
depends_on "go" => :build
@@ -26,6 +25,6 @@ def install
2625
assert_match version.to_s, shell_output("#{bin}/osctrl-cli --version")
2726

2827
output = shell_output("#{bin}/osctrl-cli check-db 2>&1", 1)
29-
assert_match "Failed to execute - failed to create backend", output
28+
assert_match "failed to create backend", output
3029
end
3130
end

0 commit comments

Comments
 (0)