Skip to content

Commit

Permalink
update formula
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Apr 6, 2024
1 parent bae7f0a commit b90c8fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Formula/dbxcli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ class Dbxcli < Formula
homepage "https://github.com/dropbox/dbxcli"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "558728b5567bd1dc68e9612a51df346c56019de2f69df592150e77e46a979061"
sha256 cellar: :any_skip_relocation, arm64_ventura: "558728b5567bd1dc68e9612a51df346c56019de2f69df592150e77e46a979061"
sha256 cellar: :any_skip_relocation, arm64_monterey: "558728b5567bd1dc68e9612a51df346c56019de2f69df592150e77e46a979061"
sha256 cellar: :any_skip_relocation, sonoma: "d715b64a1f5d1122ec65d91285a05971027e1650826799f470b9c8896c56f1cb"
sha256 cellar: :any_skip_relocation, ventura: "d715b64a1f5d1122ec65d91285a05971027e1650826799f470b9c8896c56f1cb"
sha256 cellar: :any_skip_relocation, monterey: "d715b64a1f5d1122ec65d91285a05971027e1650826799f470b9c8896c56f1cb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7f4f8b62a3bced7309be6d3d316c9b3594c16a27c71d8a4952ba7d0d4a7f5be9"
end

if OS.mac?
url "https://github.com/dropbox/dbxcli/releases/download/v3.0.0/dbxcli-darwin-amd64"
sha256 "1149a2aa6a89829c6d540d04cc1db8cf5bb27e3d8b0ec6b32d830a6818bd7573"
Expand Down

0 comments on commit b90c8fd

Please sign in to comment.