Skip to content

Commit

Permalink
Merge pull request #178782 from Homebrew/bump-rbw-1.12.0
Browse files Browse the repository at this point in the history
rbw 1.12.0
  • Loading branch information
BrewTestBot authored Jul 28, 2024
2 parents 5e453cd + cbfc79d commit c2ea80c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/rbw.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Rbw < Formula
desc "Unofficial Bitwarden CLI client"
homepage "https://github.com/doy/rbw"
url "https://github.com/doy/rbw/archive/refs/tags/1.11.1.tar.gz"
sha256 "8fa68b1bda014fdcf087640aaae5db100e2f51f800d8fbac37236ef4e374ba74"
url "https://github.com/doy/rbw/archive/refs/tags/1.12.0.tar.gz"
sha256 "41c54f80a970e22d1f236f639d6e1901fd7f3ccb46640122793ae789c602fe66"
license "MIT"
head "https://github.com/doy/rbw.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4b5f7c0a039b4b6750d442aafea765409ab1e7232943fd788d1ef2231d763f04"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f1e328bc5b582b8393d1e815f0c677118cecc2e652193bbfe23983a23a6f7939"
sha256 cellar: :any_skip_relocation, arm64_monterey: "52995c0c9c4a44718c490ad39b686c7255cc1f7ec3cba03d3ec06f54481d0ea8"
sha256 cellar: :any_skip_relocation, sonoma: "fb8c5fdfcdb48ebefbfee2510b0978027bd1726366042ce02112b7be5fe0315c"
sha256 cellar: :any_skip_relocation, ventura: "d94e73a56a724f3b78e55c8651039a15c588324a6d03991b3c5128a54120465a"
sha256 cellar: :any_skip_relocation, monterey: "206fd0a432a5d934f890f5be1ce7973aef5dac5d6e607e73400f97e457ce47bd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c680e2143b40de0271b291852aa9c409b70242bfe498324a4a5f217092ee693c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "133244159359bd8f2ae3dd02e2bbeaf7463e53cbd7855ac7195c7de8c3a0b7f5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "76d43048b92e7c4dd731b474d0a16d92c6cbc56df6ee9eed280dfd124582ced8"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7ea68af7abed88f26ceaa4e02785435ccde909a796d91e347b37126bcfd25553"
sha256 cellar: :any_skip_relocation, sonoma: "b3f1ca1ccf66bac79d164e968b2c1dc5eefda3cd3a200ccfc0c7b7a4766597b7"
sha256 cellar: :any_skip_relocation, ventura: "5307911b467bce3801013c3c803f81c36302d8c4bddec0caf2b18deb9d25c31d"
sha256 cellar: :any_skip_relocation, monterey: "cb03ee8db22498a952f92c610972759aef7bdc7e36d465b04fd549d3c51843dd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d6aed6e7491bb1688a1e7641dae4af4d8269caf261f6186e532e16e75007021"
end

depends_on "rust" => :build
Expand Down

0 comments on commit c2ea80c

Please sign in to comment.