system/fzf: Updated for version 0.25.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
79b14027f2
commit
57ef7bfd55
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fzf
|
||||
VERSION=${VERSION:-0.25.0}
|
||||
VERSION=${VERSION:-0.25.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="fzf"
|
||||
VERSION="0.25.0"
|
||||
VERSION="0.25.1"
|
||||
HOMEPAGE="https://github.com/junegunn/fzf"
|
||||
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.25.0/fzf-0.25.0.tar.gz \
|
||||
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.25.1/fzf-0.25.1.tar.gz \
|
||||
https://github.com/gdamore/tcell/archive/v1.3.0/tcell-1.3.0.tar.gz \
|
||||
https://github.com/lucasb-eyer/go-colorful/archive/v1.0.3/go-colorful-1.0.3.tar.gz \
|
||||
https://github.com/mattn/go-isatty/archive/v0.0.12/go-isatty-0.0.12.tar.gz \
|
||||
|
@ -13,7 +13,7 @@ DOWNLOAD="https://github.com/junegunn/fzf/archive/0.25.0/fzf-0.25.0.tar.gz \
|
|||
https://github.com/golang/text/archive/v0.3.2/text-0.3.2.tar.gz \
|
||||
https://github.com/golang/sync/archive/cd5d95a43a6e21273425c7ae415d3df9ea832eeb/sync-cd5d95a43a6e21273425c7ae415d3df9ea832eeb.tar.gz \
|
||||
https://github.com/golang/xerrors/archive/a985d3407aa71f30cf86696ee0a2f409709f22e1/xerrors-a985d3407aa71f30cf86696ee0a2f409709f22e1.tar.gz"
|
||||
MD5SUM="86745f576850b93105bb225abc1cb32f \
|
||||
MD5SUM="e756a0343eb2ae4599d3a22c8f7be400 \
|
||||
ad4f913e9293c655c5b7cdeba02429e8 \
|
||||
2a1b88991050673c3928342c11d404ae \
|
||||
56a6121ba7ae8a13dad2925edd9f11b5 \
|
||||
|
|
Loading…
Reference in New Issue