Skip to content
Closed
Changes from all commits
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
9 changes: 7 additions & 2 deletions Formula/uutils-selected.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
class UutilsSelected < Formula
desc "Cross-platform Rust rewrite of the GNU coreutils (selected)"
homepage "https://github.com/uutils/coreutils"
url "https://github.com/uutils/coreutils/archive/refs/tags/0.0.29.tar.gz"
sha256 "e1904ed6e5b8b441bedcba5afa7e8e8c744ef701f6d392de8c8dcc2ea17a34e2"
url "https://github.com/uutils/coreutils/archive/refs/tags/0.0.30.tar.gz"
sha256 "732c0ac646be7cc59a51cdfdb2d0ff1a4d2501c28f900a2d447c77729fdfca22"
license "MIT"
head "https://github.com/uutils/coreutils.git", branch: "main"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
end

bottle do
root_url "https://ghcr.io/v2/moonfruit/bottle"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f4b4b07e13922b634e9f270cc70bc8ff77664ac9eae5c8d21d7ec6c72812f7e"
Expand Down