Skip to content

Commit

Permalink
Merge pull request #170197 from Homebrew/bump-uutils-coreutils-0.0.26
Browse files Browse the repository at this point in the history
uutils-coreutils 0.0.26
  • Loading branch information
BrewTestBot committed Apr 27, 2024
2 parents 35a2d90 + 713ca89 commit 30a71cf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/u/uutils-coreutils.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class UutilsCoreutils < Formula
desc "Cross-platform Rust rewrite of the GNU coreutils"
homepage "https://github.com/uutils/coreutils"
url "https://github.com/uutils/coreutils/archive/refs/tags/0.0.25.tar.gz"
sha256 "e6e4626e18eb5bd68480fc4860dc6203259a931d0357f8da900d8f5d6926c7ce"
url "https://github.com/uutils/coreutils/archive/refs/tags/0.0.26.tar.gz"
sha256 "2a0e8511f1e6adf7f1003ce4536b8a8bb1b2289364efe55edf96f2fc9e2f00a4"
license "MIT"
head "https://github.com/uutils/coreutils.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "55c24e31089b0d72409df86ecfe632ce01bda462f8fa97ac6fee5c60f0c52e62"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3eccbd95ffb887cca776bb9084507f61a7ef5306ee715ad7ff43c88ff4bc87be"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bc98a61c7ee5d1e73b3a2a995f7151650a3f7b6c4d7bb40c38fb7328f1735cf2"
sha256 cellar: :any_skip_relocation, sonoma: "16cc6e5bbcfd7e39bcd20af9aa5a97afbaa24802c423e03c5049165868439c12"
sha256 cellar: :any_skip_relocation, ventura: "f96b555307a32b0867aca5360e3e36c91e562584d17698e10096b0c5aed04865"
sha256 cellar: :any_skip_relocation, monterey: "9007f6c4d9273868e4dd3e552a9c008a2c0728f0d838e0aebe271486f03c0798"
sha256 cellar: :any_skip_relocation, x86_64_linux: "13270ab8ead9790f2685720a039a94aedb78c399151fb1e9507764bc28ca8974"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a888d2935b2c1e834a16a671e9c9d9095afa69bc16d462d48adad0580b70813"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d3b7b267465a1c92bdf51eee22263af78df24e8b0dda8acc42b27a5cc092fe80"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5a7695cc8a17ead073eddc4294eda80c30c1c1221c33122d17f162459d9750b9"
sha256 cellar: :any_skip_relocation, sonoma: "0df1c93b17982d1c1719ef323eb58894ff575722b0918d1284eaad6ea3332e39"
sha256 cellar: :any_skip_relocation, ventura: "c1303b92e6abc485692f4eff534ab51542517ccb164aef291408f891e088886c"
sha256 cellar: :any_skip_relocation, monterey: "03ef48c72913a452a39f8426945e6ba7630fa3254b52795c09a9c329246fce1b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d9478b683ba3f6953ef39320320f6755c6693e78b412e33e80ee630401effb9f"
end

depends_on "make" => :build
Expand Down

0 comments on commit 30a71cf

Please sign in to comment.