Skip to content
Merged
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
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://uutils.github.io/coreutils/"
url "https://github.com/uutils/coreutils/archive/refs/tags/0.6.0.tar.gz"
sha256 "f751b8209ec05ae304941a727e42a668dcc45674986252f44d195ed43ccfad2f"
url "https://github.com/uutils/coreutils/archive/refs/tags/0.7.0.tar.gz"
sha256 "dc56a3c4632742357d170d60a7dcecb9693de710daeaafa3ad925750b1905522"
license "MIT"
head "https://github.com/uutils/coreutils.git", branch: "main"

Expand Down
Loading