Skip to content

Commit

Permalink
Merge pull request #154731 from meloalright/update-three-body.rb-1700…
Browse files Browse the repository at this point in the history
…283616

three-body 0.4.3
  • Loading branch information
BrewTestBot authored Nov 18, 2023
2 parents 4de9b80 + 40fc5b9 commit f5e0031
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/three-body.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class ThreeBody < Formula
desc "三体编程语言 Three Body Language written in Rust"
homepage "https://github.com/rustq/3body-lang"
url "https://github.com/rustq/3body-lang/archive/refs/tags/0.4.1.tar.gz"
sha256 "5ecda3677b713060b3fc4cc3b4e2ecd54ff0d6e39a1a8407a6d50779f68c9f2a"
url "https://github.com/rustq/3body-lang/archive/refs/tags/0.4.3.tar.gz"
sha256 "58edbd7d163cbbd0268b1dc83f63f5cc0b8affcb649569fdfda39a977c373bc8"
license "MIT"
head "https://github.com/rustq/3body-lang.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a0c8375cb80ffd8fd0c4ca393be24e57fc8c7327cabae321b830a7db02931a9a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3e8523866b27c1dfb45ed0c13d1b24c18ed6ec2c4836ecc4401249b7a3bb3569"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ef6d95796eccb66b3320591987705e4914a17814dd2d79224f7eacf3b823dc75"
sha256 cellar: :any_skip_relocation, sonoma: "46872d5d929316e38109e71eaaf12d1673c5d680e70b5e3caf1d9d94d266f853"
sha256 cellar: :any_skip_relocation, ventura: "596f4ccb126979076f346d7d84a856ee2773a1599a87d421e54f2c61e8688cec"
sha256 cellar: :any_skip_relocation, monterey: "39a05eab36df8b7033165daa1800f4ae749537abc2cbc2266d0fc306d46e9de1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cae0e83755d749ff804ba70d4e3f37abdc7e869a152968dfb9a05047ab29c7fe"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b9e4471162a676994f5358b99ca83bbb2785505ddd39da4bbdb368c2f5bb8f4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1f4da6e6c28ffe7d41d4201d8f02cebc19b8a2f4e764cc118073dbd9f56f37d2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "45c9cc10073d69e8e81c6e6bce6d70f4a669893eac9b96156af895e0ca628f16"
sha256 cellar: :any_skip_relocation, sonoma: "c0952e387dcdbece6edfd0330d9a62152a952e2b2179522ca800cb54e28213fb"
sha256 cellar: :any_skip_relocation, ventura: "33aecfbdb3b4b1f1985803f1708c3cc1f8e3665207bbf062f42b48f64a8c73b3"
sha256 cellar: :any_skip_relocation, monterey: "ae07e53f2ec7c5d2876019870f65e3d417fdae392564dc477b8f954e2b12d96c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e21158c287c3ebd4056319cb581a0176c03efb6aca9849af2d0559a32302775f"
end

depends_on "rust" => :build
Expand Down

0 comments on commit f5e0031

Please sign in to comment.