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.3.0.tar.gz"
sha256 "422b4bab88d6a4da9eabcc947b4e8e0c7fbd123c88700f8750da45910bfb03b6"
url "https://github.com/uutils/coreutils/archive/refs/tags/0.4.0.tar.gz"
sha256 "5f0c3f97b807e72edccc844c6a685ec9862199f16a665df07de5b1d20ec21233"
license "MIT"
head "https://github.com/uutils/coreutils.git", branch: "main"

Expand Down
Loading