11class CargoCrev < Formula
22 desc "Code review system for the cargo package manager"
33 homepage "https://web.crev.dev/rust-reviews/"
4- url "https://github.com/crev-dev/cargo-crev/archive/refs/tags/v0.25.11 .tar.gz"
5- sha256 "b3f74da472a800805c79b32982c3d63d27149181d2c02d53304c67e3a0e84cb6 "
4+ url "https://github.com/crev-dev/cargo-crev/archive/refs/tags/v0.26.0 .tar.gz"
5+ sha256 "49a59c650945c000071e850346b2ddb86e4f0821060dce411fbb3d669fef31d3 "
66 license "Apache-2.0"
77
88 livecheck do
@@ -11,12 +11,12 @@ class CargoCrev < Formula
1111 end
1212
1313 bottle do
14- sha256 cellar : :any , arm64_sequoia : "e5f44c3678e8fd73d051b338f3a63b922605c6e6e367d3750d7593f732fd5231 "
15- sha256 cellar : :any , arm64_sonoma : "e63df8dcca92fad3e2983ce6190a7b5149e36fe7776a6a98c68ce6bbe633aa9c "
16- sha256 cellar : :any , arm64_ventura : "cf868b3b70d163f2665a1608926b6f95da9b88a3815b9f1074398b5fcb535953 "
17- sha256 cellar : :any , sonoma : "13ce45a9ff45ca0508509ea5f36ed41f7144ede7dd03f42cf074d7a1cd4339c4 "
18- sha256 cellar : :any , ventura : "bcc8d1fe3bbc6e98c88fd8d208c2ef59f46fc88dbacf3d24dd61a2d1e507580f "
19- sha256 cellar : :any_skip_relocation , x86_64_linux : "3a4896631809adb0ae4bd2f2f92667e27e8fc5cf535677bd5c7fb989fabb0666 "
14+ sha256 cellar : :any , arm64_sequoia : "278811134c27d88aaa656ff6ba7ebe15074e388e7fa9d4fc50f1803514d5419a "
15+ sha256 cellar : :any , arm64_sonoma : "7aaaeb5d29dd662954b84999416eabb006e73de3c6c98631df7ba4ac7e42fdcb "
16+ sha256 cellar : :any , arm64_ventura : "6a552a852cc132a0c0d30f27672c9098a8470fadb6e4b765ecb1f481ef26ff88 "
17+ sha256 cellar : :any , sonoma : "b2b3c04265d11102e8115ced2ce6d699d153326fe76b4ec1a41f8cae3ec1efd0 "
18+ sha256 cellar : :any , ventura : "c974ba8bb5b92c0dc31c6b5dc29761101f4ca16d8f17eb5ed605100024705ccc "
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "4b22aeffa3ed897e2d9017d110006a84cde521ee30374452a5f127669d99dcb6 "
2020 end
2121
2222 depends_on "rust" => :build
0 commit comments