Skip to content

Commit 0fd0414

Browse files
authored
Merge pull request Homebrew#226930 from Homebrew/bump-cargo-bundle-0.7.0
cargo-bundle 0.7.0
2 parents 8d6afd9 + 002bb1e commit 0fd0414

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

Formula/c/cargo-bundle.rb

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
class CargoBundle < Formula
22
desc "Wrap rust executables in OS-specific app bundles"
33
homepage "https://github.com/burtonageo/cargo-bundle"
4-
url "https://github.com/burtonageo/cargo-bundle/archive/refs/tags/v0.6.1.tar.gz"
5-
sha256 "18270c983636582c7723b2b6447c76330d8372feb53140eec693f6c2db5e7e81"
4+
url "https://github.com/burtonageo/cargo-bundle/archive/refs/tags/v0.7.0.tar.gz"
5+
sha256 "0655b249c7c31047d2d0cb2e9b4923a2fb394e7a09a2300fc533de4e38d68d03"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/burtonageo/cargo-bundle.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "97cee1a83c22efbcaac2b88f29faf09ff8f70957ae9150c3ac6bf645151f7081"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d7d7fd8160402ae2884ef7e88e95cdaa56e163b62150e325c306ca1a2879927"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "aed77abf521dcc180bb87fe548ea79961d328c5443753aab5e982e46d0667a65"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "fa10b2892b2f4e59f8e5fb24921a07b70fcedadecc3e83c266e4c0da7de1b6d3"
14-
sha256 cellar: :any_skip_relocation, sonoma: "bfbb27620b4052f85a3e950fde37d646c8946f3f99f221026f7432b04806b606"
15-
sha256 cellar: :any_skip_relocation, ventura: "dca1765993664c75a803ad7570df1743e5c97b2d6d22db5a765ce6965f05a747"
16-
sha256 cellar: :any_skip_relocation, monterey: "f5cf9c786583b5bdae6755e9b44610a13c16a3d27b88a4b69829936a2bb9f702"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "63b58b43f66237882c46634aaa2bd5315d549f0c76507594c74c1198915a0159"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "65d1c04a423a5f9d8c17dc4cd83d7a2673c45f23f727e64a45f50dde0cdd0aa4"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "49f92188a9b553281bde3587f9da999927eae7fafc9da9ec18c3f398107315f2"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8377eb226753d48162ea960f7ccfbcd06df5918467a44ed66e00d6dcd99f3fc6"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "546fc0d98ab85f734b95bf2912be0045fe7bef3a277e7a9cb085383d11307863"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d30f08ea539c9b8f2456f0f76a321f3a2f1d4c3ee826ba3fa11308420f109127"
14+
sha256 cellar: :any_skip_relocation, ventura: "fb660dd523d66cf00f67c6e618aa7c68d21dd9c021e3062d2696dcb367b21733"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "1a2e5e3a80eb8b3fb768725fa47d8f5640c44f9717484b9e4de82ea365bf5623"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0b8b63d05107a7d76102fd5184e579b431056e5ba56631ca7c96d8be66829175"
1917
end
2018

19+
depends_on "pkgconf" => :build
2120
depends_on "rust" => :build
2221
depends_on "rustup" => :test
2322

23+
on_linux do
24+
depends_on "squashfs" => :test
25+
depends_on "openssl@3"
26+
end
27+
2428
def install
2529
system "cargo", "install", *std_cargo_args
2630
end

0 commit comments

Comments
 (0)