We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f380851 commit 0daa757Copy full SHA for 0daa757
Formula/uutils-selected.rb
@@ -1,8 +1,8 @@
1
class UutilsSelected < Formula
2
desc "Cross-platform Rust rewrite of the GNU coreutils (selected)"
3
homepage "https://github.com/uutils/coreutils"
4
- url "https://github.com/uutils/coreutils/archive/refs/tags/0.0.27.tar.gz"
5
- sha256 "3076543a373c8e727018bd547cc74133f4a6538849e4990388f2bbea9a9aff6b"
+ url "https://github.com/uutils/coreutils/archive/refs/tags/0.0.28.tar.gz"
+ sha256 "b2e8b2531c52e9b09e55a6b41a8875e5770bcea6e5fa7a01d89d7904cf292cb9"
6
license "MIT"
7
head "https://github.com/uutils/coreutils.git", branch: "main"
8
0 commit comments