|
1 | 1 | class UutilsCoreutils < Formula |
2 | 2 | desc "Cross-platform Rust rewrite of the GNU coreutils" |
3 | 3 | homepage "https://github.com/uutils/coreutils" |
4 | | - url "https://github.com/uutils/coreutils/archive/refs/tags/0.0.25.tar.gz" |
5 | | - sha256 "e6e4626e18eb5bd68480fc4860dc6203259a931d0357f8da900d8f5d6926c7ce" |
| 4 | + url "https://github.com/uutils/coreutils/archive/refs/tags/0.0.26.tar.gz" |
| 5 | + sha256 "2a0e8511f1e6adf7f1003ce4536b8a8bb1b2289364efe55edf96f2fc9e2f00a4" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/uutils/coreutils.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "55c24e31089b0d72409df86ecfe632ce01bda462f8fa97ac6fee5c60f0c52e62" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "3eccbd95ffb887cca776bb9084507f61a7ef5306ee715ad7ff43c88ff4bc87be" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_monterey: "bc98a61c7ee5d1e73b3a2a995f7151650a3f7b6c4d7bb40c38fb7328f1735cf2" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "16cc6e5bbcfd7e39bcd20af9aa5a97afbaa24802c423e03c5049165868439c12" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "f96b555307a32b0867aca5360e3e36c91e562584d17698e10096b0c5aed04865" |
15 | | - sha256 cellar: :any_skip_relocation, monterey: "9007f6c4d9273868e4dd3e552a9c008a2c0728f0d838e0aebe271486f03c0798" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "13270ab8ead9790f2685720a039a94aedb78c399151fb1e9507764bc28ca8974" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a888d2935b2c1e834a16a671e9c9d9095afa69bc16d462d48adad0580b70813" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "d3b7b267465a1c92bdf51eee22263af78df24e8b0dda8acc42b27a5cc092fe80" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "5a7695cc8a17ead073eddc4294eda80c30c1c1221c33122d17f162459d9750b9" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "0df1c93b17982d1c1719ef323eb58894ff575722b0918d1284eaad6ea3332e39" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "c1303b92e6abc485692f4eff534ab51542517ccb164aef291408f891e088886c" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "03ef48c72913a452a39f8426945e6ba7630fa3254b52795c09a9c329246fce1b" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d9478b683ba3f6953ef39320320f6755c6693e78b412e33e80ee630401effb9f" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "make" => :build |
|
0 commit comments