diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-03-27 23:25:54 -0700 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-03-28 10:28:24 -0700 |
| commit | fcddaf140a3c2a0576d52eba9fddefaaca0e6e32 (patch) | |
| tree | 71c5db57d58b60113716909e6e484357469d5003 /databases/usql/Makefile | |
| parent | graphics/libdicom: update 1.0.5 → 1.1.0 (diff) | |
databases/usql: update 0.14.12 → 0.18.0
Diffstat (limited to 'databases/usql/Makefile')
| -rw-r--r-- | databases/usql/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/usql/Makefile b/databases/usql/Makefile index f9725cfa43d5..77b39a8f0418 100644 --- a/databases/usql/Makefile +++ b/databases/usql/Makefile @@ -1,7 +1,6 @@ PORTNAME= usql DISTVERSIONPREFIX= v -DISTVERSION= 0.14.12 -PORTREVISION= 5 +DISTVERSION= 0.18.0 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://github.com/xo/usql LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.22,modules GO_MODULE= github.com/xo/usql |
