Skip to content

Commit f8e52a2

Browse files
committed
fzy 1.1
1 parent c17bf49 commit f8e52a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Formula/f/fzy.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
class Fzy < Formula
22
desc "Fast, simple fuzzy text selector with an advanced scoring algorithm"
33
homepage "https://github.com/jhawthorn/fzy"
4-
url "https://github.com/jhawthorn/fzy/releases/download/1.0/fzy-1.0.tar.gz"
5-
sha256 "80257fd74579e13438b05edf50dcdc8cf0cdb1870b4a2bc5967bd1fdbed1facf"
4+
url "https://github.com/jhawthorn/fzy/archive/refs/tags/1.1.tar.gz"
5+
sha256 "93d300d9c6c7063b2c6bda4e08a9704a029ec33f609718cd95443d1a890aff4e"
66
license "MIT"
77
head "https://github.com/jhawthorn/fzy.git", branch: "master"
88

9-
no_autobump! because: :requires_manual_review
10-
119
bottle do
1210
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cbf2b486b0abed29cf5fb45fc5580fc74881ceacae68cd11e53bdbeabae52ea"
1311
sha256 cellar: :any_skip_relocation, arm64_sonoma: "250fc5952135704c7a93c1066a13fbb27322358dedc115d7792da91cd56d12ed"

0 commit comments

Comments
 (0)