Skip to content

Commit 1d0035a

Browse files
authored
Merge pull request Homebrew#195894 from Homebrew/bump-zf-0.10.1
zf 0.10.1
2 parents cea3bc9 + 048524d commit 1d0035a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/z/zf.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Zf < Formula
22
desc "Command-line fuzzy finder that prioritizes matches on filenames"
33
homepage "https://github.com/natecraddock/zf"
4-
url "https://github.com/natecraddock/zf/archive/refs/tags/0.10.0.tar.gz"
5-
sha256 "a90b2fff1d552910897487d177eaf92176e421f097ad61c70b8f8b127deef160"
4+
url "https://github.com/natecraddock/zf/archive/refs/tags/0.10.1.tar.gz"
5+
sha256 "d1640134b002492d2ef823243bc49d96fe7e0780b0b2b45d29331caa9fbbbb27"
66
license "MIT"
77
head "https://github.com/natecraddock/zf.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c824a72623a674d8dbe50d80ee58fc4d8bb272ef16a05a94e578a2ec5be748d8"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3016fd4bf9b8a183a887bb161cf145eb652ec4abb549bb64e69dbf5c933c1cab"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fe3352412d017d5f0e9dd198b966992d052186c571217043f67b9d5992b0911a"
13-
sha256 cellar: :any_skip_relocation, sonoma: "2b72ba9015474fcbf3311f1d37156b33e22852ceafd4905ba6a9297b74e85ae7"
14-
sha256 cellar: :any_skip_relocation, ventura: "ce4cf093fbbdbbb268b012d6101eb425033c3384fc7ede3dc134d835cb42522b"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fcccdbf61136c05f27b9f445bf688fb0580de144e675b824a428455496762531"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "01e83d6b000b2fb7f4514fcc6784499be3d90638f6cf499aeb49759bc79553f7"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "79be676a3b29a77dd57a8954a27130ec20edc575018df0df1098da8aba980a20"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7c118f618b1fa0014e943e676f2b11cec943c4bbf13fd3122be3a3ef15394e03"
13+
sha256 cellar: :any_skip_relocation, sonoma: "258e4735444e3cafe7431d41c7785415ff78935aca7cb1478355025bd641fc58"
14+
sha256 cellar: :any_skip_relocation, ventura: "9c3e7a6e7d6796cbaca393b92cafd14b24b4eebca0778b66bfa16ac2ecac1c3d"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "141a283ae3068d928127d004cd195ea23ecc647b5cb0c501c304adc9770f9945"
1616
end
1717

1818
depends_on "zig" => :build

0 commit comments

Comments
 (0)