From 60fd0b0cb18bfc6c4b4e16f59e280cf4d09ac9d7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 24 Mar 2024 12:44:00 -0400 Subject: [PATCH 1/2] uutils-coreutils 0.0.25 autobump: add uutils-coreutils Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/u/uutils-coreutils.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index fa7ba2910cba0..dc909c9132556 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1792,6 +1792,7 @@ uni universal-ctags usb.ids usbredir +uutils-coreutils uv uvicorn v2ray diff --git a/Formula/u/uutils-coreutils.rb b/Formula/u/uutils-coreutils.rb index c0aae0dcb156e..f442f484904f3 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.24.tar.gz" - sha256 "57c9083695e35712ddafc3cd8c579481ba5976107f357a6b5f1b1d813181dc36" + url "https://github.com/uutils/coreutils/archive/refs/tags/0.0.25.tar.gz" + sha256 "e6e4626e18eb5bd68480fc4860dc6203259a931d0357f8da900d8f5d6926c7ce" license "MIT" head "https://github.com/uutils/coreutils.git", branch: "main" From 48ca42e17bf50431f94e4ebcecdaf80e8e1fc659 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:33:16 +0000 Subject: [PATCH 2/2] uutils-coreutils: update 0.0.25 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 f442f484904f3..d2c058462398b 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: "2168112f262abd285613c64ea470b2f1d84e4cc6549fb574dc726ac0ea43fdee" - sha256 cellar: :any_skip_relocation, arm64_ventura: "74900a9e061d1e5940ef97f5fdf7de26c39ca3ba6cc078519ad71a55059c0901" - sha256 cellar: :any_skip_relocation, arm64_monterey: "bf206b3d77eaf5d8142921b99458ed22be8d87473a7ff9e36f8413756db86b3e" - sha256 cellar: :any_skip_relocation, sonoma: "f6f1d1a27a1edeb91e674d65f5ed8367fa8ce3a6bcb77df36a61b0a17b4585d5" - sha256 cellar: :any_skip_relocation, ventura: "dfd32cabc53debbd0ca594164eb20082f0d2dd93d35ab274c05c52d37e5ff4fe" - sha256 cellar: :any_skip_relocation, monterey: "e6593f361742e0be67d71cebb0a5f1eb133ebb887df44d0b94d817913672375c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "039eab8b279a0325fb5bba1d6df056e8d56582b9b66898425db5e0f71509f5de" + 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" end depends_on "make" => :build