diff options
Diffstat (limited to 'databases/usql/Makefile')
-rw-r--r-- | databases/usql/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/usql/Makefile b/databases/usql/Makefile index 2c6032e37133..c7d96459de1b 100644 --- a/databases/usql/Makefile +++ b/databases/usql/Makefile @@ -2,7 +2,7 @@ PORTNAME= usql DISTVERSIONPREFIX= v -DISTVERSION= 0.7.0 +DISTVERSION= 0.7.1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org @@ -20,6 +20,9 @@ GH_TUPLE= xo:dburl:2406b5c:dburl/src/github.com/xo/dburl \ xo:terminfo:b44407a:terminfo/src/github.com/xo/terminfo \ xo:xoutil:46189f4:xoutil/src/github.com/xo/xoutil \ alecthomas:chroma:v0.3.0:chroma/src/github.com/alecthomas/chroma \ + alecthomas:kingpin:v2.2.6:kingpin/src/github.com/alecthomas/kingpin \ + alecthomas:template:a0175ee:template/src/github.com/alecthomas/template \ + alecthomas:units:2efee85:units/src/github.com/alecthomas/units \ alexflint:go-arg:0cc8e30:goarg/src/github.com/alexflint/go-arg \ danwakefield:fnmatch:cbb64ac:fnmatch/src/github.com/danwakefield/fnmatch \ denisenkom:go-mssqldb:ee49270:gomssqldb/src/github.com/denisenkom/go-mssqldb \ @@ -31,6 +34,7 @@ GH_TUPLE= xo:dburl:2406b5c:dburl/src/github.com/xo/dburl \ mattn:go-runewidth:v0.0.2:gorunewidth/src/github.com/mattn/go-runewidth \ mattn:go-sqlite3:v1.6.0:gosqlite3/src/github.com/mattn/go-sqlite3 \ olekukonko:tablewriter:b8a9be0:tablewriter/src/github.com/olekukonko/tablewriter \ + xo:tblfmt:0b10999:tblfmt/src/github.com/xo/tblfmt \ zaf:temp:94e3859:temp/src/github.com/zaf/temp \ golang:crypto:650f4a3:crypto/src/golang.org/x/crypto GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} |