Skip to content

Commit

Permalink
Merge pull request #161495 from chenrui333/bump-scarb-2.5.2
Browse files Browse the repository at this point in the history
scarb 2.5.2
  • Loading branch information
BrewTestBot committed Feb 1, 2024
2 parents 86a6d0a + 2b9a25a commit 077952b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/s/scarb.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Scarb < Formula
desc "Cairo package manager"
homepage "https://docs.swmansion.com/scarb/"
url "https://github.com/software-mansion/scarb/archive/refs/tags/v2.5.1.tar.gz"
sha256 "9a27b913f21e6c0987a9eeb18c051eedd28d8f40f96f4f1b835f67b1d55a1569"
url "https://github.com/software-mansion/scarb/archive/refs/tags/v2.5.2.tar.gz"
sha256 "3869ca675ff250b20ab25396c7d0dcff3dc5011b5736ad802f4b7d3639b6026d"
license "MIT"
head "https://github.com/software-mansion/scarb.git", branch: "main"

Expand All @@ -12,13 +12,13 @@ class Scarb < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3dc7b9bf9102700a328798c347a59ce568fc6561d25202e7e328040002c9fb88"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c2b9131914ea7ea02b5366eee8ac420deb312bf7a7a6c6f40236ed448583f7b1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1c3ae0db9bf4df473d085b9ab4b52ff66ffd6c381d7f13415f402898b8615a1e"
sha256 cellar: :any_skip_relocation, sonoma: "7327b16e6cd18afaac5f890532309efdb52399bf170f66e0a7a19da014788085"
sha256 cellar: :any_skip_relocation, ventura: "8be09cfd449890ff15c6f9e2491584a862d025ffbce2924cab0623ed8387c268"
sha256 cellar: :any_skip_relocation, monterey: "0d8c11b299f23006c699bccc25565e85f5bc59640460511837d6357eb026490d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8762604e21d75d1946ba5e2d5ea3d953d196071709c6632f6c37233c39b6f06c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a47fefb76312f2ebaedf4b97c5aa06ebe5861edb72a5be62401d9aea9d8536f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2de1c0f80f48f72bcc7f77b571882dbe5e45ebfc42d6fb504dcb90b6cc6fdae0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "56234dfe1945502d72ac634dfbeefb19c6678b3b5bc5fd51207cbccb85cb69a7"
sha256 cellar: :any_skip_relocation, sonoma: "4a480d0bcab2cf6722144e78f7c279e024cc63b38a4cb03d74454541b5d631a4"
sha256 cellar: :any_skip_relocation, ventura: "efea07cccdcd67a9e181f683940abd80e022657583adf9d86abb2b8e2aee0893"
sha256 cellar: :any_skip_relocation, monterey: "75b392deb65ae997298e689ab0fafdab970efb5fe703f5edc9e2677e70ce623e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a0229dca0884e9d59db4797b1e6b0716d866ca9100d00a6c9eaa52a370102f2a"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 077952b

Please sign in to comment.