Skip to content

Commit

Permalink
Merge pull request #171141 from Homebrew/bump-fd-10.1.0
Browse files Browse the repository at this point in the history
fd 10.1.0
  • Loading branch information
BrewTestBot committed May 8, 2024
2 parents 970b896 + f9bec1f commit 77e541b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/f/fd.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Fd < Formula
desc "Simple, fast and user-friendly alternative to find"
homepage "https://github.com/sharkdp/fd"
url "https://github.com/sharkdp/fd/archive/refs/tags/v10.0.0.tar.gz"
sha256 "a8e95bf363dc70896f5404bf7b0ab10f7d5e98a13485369e0dfd6579bf461a05"
url "https://github.com/sharkdp/fd/archive/refs/tags/v10.1.0.tar.gz"
sha256 "ee4b2403388344ff60125c79ff25b7895a170e7960f243ba2b5d51d2c3712d97"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/sharkdp/fd.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "10d84be18e2dffa9bffe4062a967daafade8fe7725ce07cf1f12bb303cebb49e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6fc0340fa6eee4ca742361f9aacadddd82d3f629833990503a5173aee9a852db"
sha256 cellar: :any_skip_relocation, arm64_monterey: "03e2660c197b9e8de65b452179e50810efc5a4d3021bb2a5f59154ec5ef825ea"
sha256 cellar: :any_skip_relocation, sonoma: "d04890eae56ecb35b17a7e36a3d9a58b8644b3972322067ac35d2703a981d06a"
sha256 cellar: :any_skip_relocation, ventura: "01f2b28a838ab445f63beaee199db006c0cbd56ad40756ecb947eaf0c5035eff"
sha256 cellar: :any_skip_relocation, monterey: "ecf7498d65d68eafb533b5f716935360d56a32535fd32223053eaad16a0af79b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7e2566c5225494852e954f2c1f0dabb8b284f9892bc50f837812ae19171f1926"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3e0ec991e19f6031aa164974172581f626cd12d07a8b8378b3f31c6418bea26"
sha256 cellar: :any_skip_relocation, arm64_ventura: "15370c69b34b78e630f11c80adae1e84a9cb13e7f2e111c24eaa28e8846d35e6"
sha256 cellar: :any_skip_relocation, arm64_monterey: "984caac0c2178fb500f599a0b43b3a13519b365408415254db8336eb0ee3c75a"
sha256 cellar: :any_skip_relocation, sonoma: "bcb24ff49fc09c80c355ebd84292c6d326ad87663f2092249c6e0f96d19716f6"
sha256 cellar: :any_skip_relocation, ventura: "d2263ecdbc0dbfa17c76364666d0cc6f8b264c22e5a9128c3e8c61f884a7fb40"
sha256 cellar: :any_skip_relocation, monterey: "f9501d59ea77deaffd613d4e12c726d4018625b367cb2677e0353b62b54e64a1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b44f481de5bdd8edd16057b325e684c1e9fdb7bc095f186c4bdb170a4e35df5a"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 77e541b

Please sign in to comment.