We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217fd24 commit e829822Copy full SHA for e829822
Formula/u/uutils-coreutils.rb
@@ -1,8 +1,8 @@
1
class UutilsCoreutils < Formula
2
desc "Cross-platform Rust rewrite of the GNU coreutils"
3
homepage "https://uutils.github.io/coreutils/"
4
- url "https://github.com/uutils/coreutils/archive/refs/tags/0.1.0.tar.gz"
5
- sha256 "55c528f2b53c1b30cb704550131a806e84721c87b3707b588a961a6c97f110d8"
+ url "https://github.com/uutils/coreutils/archive/refs/tags/0.2.0.tar.gz"
+ sha256 "185be1670bb5091f48d29524c6f81326f12aef5e599fcdb122967a95d017f32a"
6
license "MIT"
7
head "https://github.com/uutils/coreutils.git", branch: "main"
8
0 commit comments