fzf 0.12.1
Closes #1215. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
5fa23d2a0d
commit
a2768f6414
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/go"
|
|||
class Fzf < Formula
|
||||
desc "Command-line fuzzy finder written in Go"
|
||||
homepage "https://github.com/junegunn/fzf"
|
||||
url "https://github.com/junegunn/fzf/archive/0.12.0.tar.gz"
|
||||
sha256 "a0754720bda05de1547a50183acec5d8c0515a98be780c2b99d1c1385142b071"
|
||||
url "https://github.com/junegunn/fzf/archive/0.12.1.tar.gz"
|
||||
sha256 "ca39422b14001d1fe47afd10fcf692c8f67f93da1963669157bdc93d39d19a28"
|
||||
head "https://github.com/junegunn/fzf.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue