Skip to content

Commit d311669

Browse files
authored
Merge pull request #236240 from Homebrew/bump-cargo-about-0.8.0
cargo-about 0.8.0
2 parents d8571fe + 0cce429 commit d311669

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/cargo-about.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class CargoAbout < Formula
22
desc "Cargo plugin to generate list of all licenses for a crate"
33
homepage "https://github.com/EmbarkStudios/cargo-about"
4-
url "https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/0.7.1.tar.gz"
5-
sha256 "5b090871bda2c2cf645de826c219b41486c36ffe0b474ad9f6ecba7e21d279a0"
4+
url "https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/0.8.0.tar.gz"
5+
sha256 "753c36632d590725386bfce9963ea042eb2687da94f55aade9d0ffcbd7128246"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/EmbarkStudios/cargo-about.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8755083c1b4ab12dd0334783541f0e9b7fff6e2b9edb2017a49dd4c6af18d7d0"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ee06157afe725b88b4795b809cb08abb926b8adc6bddee438d1514b771fc4c2"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d64e4117ec95d2a2ddd8d511c63241b3950265229bdb991cc5e642f12497540c"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ba17839b1dfea081458b2d89cd291f18cfaf2294b6500eab076158682fb82906"
14-
sha256 cellar: :any_skip_relocation, ventura: "3adc4e0a65a778755958727f8f1240d97be68bf9ffb64abcbba43aaa7ed9a49d"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "e4f8960efed03ccbbb12f52eb3cd13b57f47ee41507b7f5871899651c722c75a"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fb409aaea449ed566e5c8bb9c0d6868375bb95761621dee4cea426a86cd3a394"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b2a4440ab508f56fe93b9fbf0d906e5bff31d8b06744c3ad15ccf03aed522e6"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "45aa89dcf3d7aca2d231da56c3e5498285cdcc54edaa8e34a396427609e9fb0b"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3d06052d6132f3ed8338fdc9d298254064c69bcabfbfb7d22461d109a5b75f2c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "5aacc4f773f76881135afbf9db488fba16a7998cf9f0f1231f355017f9b1752c"
14+
sha256 cellar: :any_skip_relocation, ventura: "b3dfcc8a118c313b7b42db257bbe16c8e7bb2957ccb38ca7770ba23bccb97243"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "aaa96e94c34b3d4a09e858d07a238f83d6e144b595ef6040ec52c23ccfa4f651"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8e3d335511ceaa356ef5783a48b1a6c9c19b784e11a0a5451c164a29224c2e0a"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)