Skip to content

Commit

Permalink
Merge pull request #132535 from chenrui333/bump-phrase-cli-2.8.2
Browse files Browse the repository at this point in the history
phrase-cli 2.8.2
  • Loading branch information
BrewTestBot authored Jun 1, 2023
2 parents 359b15c + 56ac743 commit e394cf4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/phrase-cli.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class PhraseCli < Formula
desc "Tool to interact with the Phrase API"
homepage "https://phrase.com/"
url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.8.1.tar.gz"
sha256 "7bd352b737ba1007a1dcd3e87b9339026d5cea14e124c3b3eaa47f1bc7c18485"
url "https://github.com/phrase/phrase-cli/archive/refs/tags/2.8.2.tar.gz"
sha256 "e1b479ba88a08595630904de5e9bbed9154b61fa449359d61f41e50f5c512a43"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "fdefb98ecc3278a57aac442a3f2423b43c5919b0bf2d01e9bf8d57cbe5c42dd7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fdefb98ecc3278a57aac442a3f2423b43c5919b0bf2d01e9bf8d57cbe5c42dd7"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "fdefb98ecc3278a57aac442a3f2423b43c5919b0bf2d01e9bf8d57cbe5c42dd7"
sha256 cellar: :any_skip_relocation, ventura: "ac06971b962c8817e257c2b276b1e16616695f559e73961f1a97da00679038d9"
sha256 cellar: :any_skip_relocation, monterey: "ac06971b962c8817e257c2b276b1e16616695f559e73961f1a97da00679038d9"
sha256 cellar: :any_skip_relocation, big_sur: "ac06971b962c8817e257c2b276b1e16616695f559e73961f1a97da00679038d9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e3a135580ba1e06ee7bca26c9e463df1bae4e9b8ca778da375702a08af4a1a3e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "83614f053374f5ff98458012fe927a79399de5383111d005e619d659dedee411"
sha256 cellar: :any_skip_relocation, arm64_monterey: "83614f053374f5ff98458012fe927a79399de5383111d005e619d659dedee411"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "83614f053374f5ff98458012fe927a79399de5383111d005e619d659dedee411"
sha256 cellar: :any_skip_relocation, ventura: "0c0170fbff8cf9a940c036fcecff796c166a73b3531cf51ed787349fb8510fe4"
sha256 cellar: :any_skip_relocation, monterey: "0c0170fbff8cf9a940c036fcecff796c166a73b3531cf51ed787349fb8510fe4"
sha256 cellar: :any_skip_relocation, big_sur: "0c0170fbff8cf9a940c036fcecff796c166a73b3531cf51ed787349fb8510fe4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "af0fd8eef4538e7d4226e120c017ef457ca916bde42ec7476fe2cd19995675e8"
end

depends_on "go" => :build
Expand Down

0 comments on commit e394cf4

Please sign in to comment.