11class UutilsCoreutils < Formula
22 desc "Cross-platform Rust rewrite of the GNU coreutils"
33 homepage "https://uutils.github.io/coreutils/"
4- url "https://github.com/uutils/coreutils/archive/refs/tags/0.2.2 .tar.gz"
5- sha256 "4a847a3aaf241d11f07fdc04ef36d73c722759675858665bc17e94f56c4fbfb3 "
4+ url "https://github.com/uutils/coreutils/archive/refs/tags/0.3.0 .tar.gz"
5+ sha256 "422b4bab88d6a4da9eabcc947b4e8e0c7fbd123c88700f8750da45910bfb03b6 "
66 license "MIT"
77 head "https://github.com/uutils/coreutils.git" , branch : "main"
88
@@ -12,14 +12,12 @@ class UutilsCoreutils < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any , arm64_tahoe : "34dd46f1808a92aaadddaff6ba666e9fc8b8f8176457da3c7bb4f96b270eaf89"
16- sha256 cellar : :any , arm64_sequoia : "ee605d02f32809d10c0a3355d51b58d917e7ca6c10931dca0d01283f5906aab7"
17- sha256 cellar : :any , arm64_sonoma : "ac86d76eced038424c5dfb896273e8a8744c2ade7deb8fa2419d27d6c66e2498"
18- sha256 cellar : :any , arm64_ventura : "59ba3ca1de05093cf91c316bcfc8f8721b89349b9150687de3663494d973dfdf"
19- sha256 cellar : :any , sonoma : "483d28e5075b212a65429252bc5b6040e073da40c91114e697a58e903afd4f5a"
20- sha256 cellar : :any , ventura : "6917d3d10c1ac7df7235937510bb96bd3430d419b6b5e87372e0c5bbc6f42f96"
21- sha256 cellar : :any_skip_relocation , arm64_linux : "41f150d7d9ac4608c05f7a8857022c5189dbfb16a40d6a05515d84000b89c03b"
22- sha256 cellar : :any_skip_relocation , x86_64_linux : "6d01a9653e50a1be67ffb4823367de0367e32df17afad94e1ec8ee661f06d650"
15+ sha256 cellar : :any , arm64_tahoe : "256eafde0ea718394802557077a7e53f3afd2a65f4bcac9055833776a0774b67"
16+ sha256 cellar : :any , arm64_sequoia : "e2da51d0a24835f9bd9e5f65871500086ad3d6b69135493bb0b53a05bb114428"
17+ sha256 cellar : :any , arm64_sonoma : "e5f890883dbbd588167e72c246d4eb1649229dbd200e9f8bf694c406308d56c1"
18+ sha256 cellar : :any , sonoma : "57572c249715dd02efdcd964e72630de9638af87041031a8c80eb3bd74b7f6a3"
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "9a4d174facae5c9e6d254c96c17caf28f098309e97fa67dc2df42cfbc57a8412"
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "14d4e9b255c29494fbcb0419817cee6e027a378e6acb2026361b062d5138a1a1"
2321 end
2422
2523 depends_on "make" => :build
0 commit comments