From 7b2dfb91aa0cff6cc14c3df2374a3e5c00682e29 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 27 Apr 2024 00:53:22 +0000 Subject: [PATCH 1/2] uutils-coreutils 0.0.26 --- Formula/u/uutils-coreutils.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uutils-coreutils.rb b/Formula/u/uutils-coreutils.rb index d2c058462398b..ccadfc26e909d 100644 --- a/Formula/u/uutils-coreutils.rb +++ b/Formula/u/uutils-coreutils.rb @@ -1,8 +1,8 @@ class UutilsCoreutils < Formula desc "Cross-platform Rust rewrite of the GNU coreutils" homepage "https://github.com/uutils/coreutils" - url "https://github.com/uutils/coreutils/archive/refs/tags/0.0.25.tar.gz" - sha256 "e6e4626e18eb5bd68480fc4860dc6203259a931d0357f8da900d8f5d6926c7ce" + url "https://github.com/uutils/coreutils/archive/refs/tags/0.0.26.tar.gz" + sha256 "2a0e8511f1e6adf7f1003ce4536b8a8bb1b2289364efe55edf96f2fc9e2f00a4" license "MIT" head "https://github.com/uutils/coreutils.git", branch: "main" From 713ca89a7f6d78370b7a1c06e4553601f7c021bf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:48:28 +0000 Subject: [PATCH 2/2] uutils-coreutils: update 0.0.26 bottle. --- Formula/u/uutils-coreutils.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uutils-coreutils.rb b/Formula/u/uutils-coreutils.rb index ccadfc26e909d..833cd3bea1273 100644 --- a/Formula/u/uutils-coreutils.rb +++ b/Formula/u/uutils-coreutils.rb @@ -7,13 +7,13 @@ class UutilsCoreutils < Formula head "https://github.com/uutils/coreutils.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "55c24e31089b0d72409df86ecfe632ce01bda462f8fa97ac6fee5c60f0c52e62" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3eccbd95ffb887cca776bb9084507f61a7ef5306ee715ad7ff43c88ff4bc87be" - sha256 cellar: :any_skip_relocation, arm64_monterey: "bc98a61c7ee5d1e73b3a2a995f7151650a3f7b6c4d7bb40c38fb7328f1735cf2" - sha256 cellar: :any_skip_relocation, sonoma: "16cc6e5bbcfd7e39bcd20af9aa5a97afbaa24802c423e03c5049165868439c12" - sha256 cellar: :any_skip_relocation, ventura: "f96b555307a32b0867aca5360e3e36c91e562584d17698e10096b0c5aed04865" - sha256 cellar: :any_skip_relocation, monterey: "9007f6c4d9273868e4dd3e552a9c008a2c0728f0d838e0aebe271486f03c0798" - sha256 cellar: :any_skip_relocation, x86_64_linux: "13270ab8ead9790f2685720a039a94aedb78c399151fb1e9507764bc28ca8974" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a888d2935b2c1e834a16a671e9c9d9095afa69bc16d462d48adad0580b70813" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d3b7b267465a1c92bdf51eee22263af78df24e8b0dda8acc42b27a5cc092fe80" + sha256 cellar: :any_skip_relocation, arm64_monterey: "5a7695cc8a17ead073eddc4294eda80c30c1c1221c33122d17f162459d9750b9" + sha256 cellar: :any_skip_relocation, sonoma: "0df1c93b17982d1c1719ef323eb58894ff575722b0918d1284eaad6ea3332e39" + sha256 cellar: :any_skip_relocation, ventura: "c1303b92e6abc485692f4eff534ab51542517ccb164aef291408f891e088886c" + sha256 cellar: :any_skip_relocation, monterey: "03ef48c72913a452a39f8426945e6ba7630fa3254b52795c09a9c329246fce1b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d9478b683ba3f6953ef39320320f6755c6693e78b412e33e80ee630401effb9f" end depends_on "make" => :build