Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sidekick 0.5.3 (new formula) #191345

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
sidekick: add 0.5.3 bottle.
  • Loading branch information
bevanjkay authored and BrewTestBot committed Sep 21, 2024
commit 7de44e145f99993b9c4f4f43f53fa6a9983681dd
9 changes: 9 additions & 0 deletions Formula/s/sidekick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ class Sidekick < Formula
sha256 "11c6f23c67c122ec6e1e0fa4cd7119f7e044186abe810e08ea97708bb78e0a33"
license "GPL-3.0-only"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0966d3dcaf938faa0dc73f2e9d67f9d85a746f81e916c3546865201782284193"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0966d3dcaf938faa0dc73f2e9d67f9d85a746f81e916c3546865201782284193"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0966d3dcaf938faa0dc73f2e9d67f9d85a746f81e916c3546865201782284193"
sha256 cellar: :any_skip_relocation, sonoma: "b4a0d4d6b5d011b8683ca90a030a3bf96ee83eb5e6fd4418bfe650b9a9edc7c5"
sha256 cellar: :any_skip_relocation, ventura: "b4a0d4d6b5d011b8683ca90a030a3bf96ee83eb5e6fd4418bfe650b9a9edc7c5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "917920794d53e70a725d20a0bd6ceb772a3e8d8b59da27e354c806b5394dde23"
end

depends_on "go" => :build

def install
Expand Down
Loading