diff options
Diffstat (limited to 'editors/o/Makefile')
-rw-r--r-- | editors/o/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/o/Makefile b/editors/o/Makefile index a8b51408e7a7..7c4ae4b8158d 100644 --- a/editors/o/Makefile +++ b/editors/o/Makefile @@ -1,5 +1,5 @@ PORTNAME= o -DISTVERSION= 2.36.1 +DISTVERSION= 2.37.0 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= xyproto GH_TUPLE= \ atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \ - golang:sys:d19ff857e887:golang_sys/vendor/golang.org/x/sys \ + golang:sys:8803ae5d1324:golang_sys/vendor/golang.org/x/sys \ jung-kurt:gofpdf:v1.16.2:jung_kurt_gofpdf/vendor/github.com/jung-kurt/gofpdf \ mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ @@ -23,8 +23,8 @@ GH_TUPLE= \ xyproto:env:dd84be2a4935:xyproto_env/vendor/github.com/xyproto/env \ xyproto:syntax:v1.7.3:xyproto_syntax/vendor/github.com/xyproto/syntax \ xyproto:termtitle:v1.2.0:xyproto_termtitle/vendor/github.com/xyproto/termtitle \ - xyproto:textoutput:v1.12.5:xyproto_textoutput/vendor/github.com/xyproto/textoutput \ - xyproto:vt100:v1.9.1:xyproto_vt100/vendor/github.com/xyproto/vt100 + xyproto:textoutput:v1.12.6:xyproto_textoutput/vendor/github.com/xyproto/textoutput \ + xyproto:vt100:v1.9.2:xyproto_vt100/vendor/github.com/xyproto/vt100 PLIST_FILES= bin/o |