Skip to content

Commit

Permalink
jwt-cli: add 6.2.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored and BrewTestBot committed Dec 19, 2024
1 parent 65153b3 commit 6c80900
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Formula/j/jwt-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ class JwtCli < Formula
license "MIT"
head "https://github.com/mike-engel/jwt-cli.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7620546fab86ed26262f53659f420a2a52a61137895e26c1e90ae0c8f93701e0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbf28074fe942a8b9e56efdaa6a92bd420557f9e52efd34e20d0d8425081f99c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7b47ec1157a9dea61645c802355907945b40fce48536af4adb46f7ebc99cb5b6"
sha256 cellar: :any_skip_relocation, sonoma: "680cbbcf2e399fe52e9b2439cfa52ee5bce2b17ac2773bc4a82067e72a823092"
sha256 cellar: :any_skip_relocation, ventura: "60ffb058e6075cbbddd0b23ce137bc00679553f0d875e9db5addbf903dfb478d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0489c4208b5020bee00984994a5ce2d8a2a1f80f67de14a43520f38e918f9b8c"
end

depends_on "rust" => :build

def install
Expand Down

0 comments on commit 6c80900

Please sign in to comment.