Skip to content

Commit 8776617

Browse files
BrewTestBotfxcoudert
authored andcommitted
osctrl-cli 0.4.6
1 parent f0cd4f4 commit 8776617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/o/osctrl-cli.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

@@ -26,6 +26,6 @@ def install
2626
assert_match version.to_s, shell_output("#{bin}/osctrl-cli --version")
2727

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

0 commit comments

Comments
 (0)