diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-12-21 01:26:51 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-12-21 01:26:51 +0000 |
commit | 8e56948c6aae70e03dc8c88fc194288a009b97ff (patch) | |
tree | a67c62cbfcf0326dba4175112a6d85b4109860c0 /misc/lf/Makefile | |
parent | 609cdf9ac3d72d263001f17ecf28e09a6e4254b4 (diff) | |
download | ports-8e56948c6aae70e03dc8c88fc194288a009b97ff.tar.gz ports-8e56948c6aae70e03dc8c88fc194288a009b97ff.zip |
Notes
Diffstat (limited to 'misc/lf/Makefile')
-rw-r--r-- | misc/lf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/lf/Makefile b/misc/lf/Makefile index 6e287a0d684d..5e3e6b2d1b1f 100644 --- a/misc/lf/Makefile +++ b/misc/lf/Makefile @@ -2,7 +2,7 @@ PORTNAME= lf DISTVERSIONPREFIX= r -DISTVERSION= 17 +DISTVERSION= 18 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -17,10 +17,10 @@ GH_ACCOUNT= gokcehan GH_TUPLE= \ djherbis:times:v1.2.0:djherbis_times/vendor/gopkg.in/djherbis/times.v1 \ gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ - gdamore:tcell:v1.3.0:gdamore_tcell/vendor/github.com/gdamore/tcell \ + gdamore:tcell:v2.0.0:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \ golang:sys:e07cf5db2756:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \ - lucasb-eyer:go-colorful:v1.0.2:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ + lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth PLIST_FILES= bin/lf |