Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,7 @@ uni
universal-ctags
usb.ids
usbredir
uutils-coreutils
uv
uvicorn
v2ray
Expand Down
4 changes: 2 additions & 2 deletions Formula/u/uutils-coreutils.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand Down