diff --git a/databases/usql/Makefile b/databases/usql/Makefile index 7df3f4f79185..0cbed2ff9d9f 100644 --- a/databases/usql/Makefile +++ b/databases/usql/Makefile @@ -1,19 +1,19 @@ PORTNAME= usql DISTVERSIONPREFIX= v -DISTVERSION= 0.19.2 +DISTVERSION= 0.19.3 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org COMMENT= Universal command-line interface for SQL databases -WWW= https://github.com/xo/usql +WWW= https://github.com/xo/usql/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:1.22,modules GO_MODULE= github.com/xo/usql PLIST_FILES= bin/usql .include diff --git a/databases/usql/distinfo b/databases/usql/distinfo index d7cd89d2a1dc..1f2cf66154b7 100644 --- a/databases/usql/distinfo +++ b/databases/usql/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1717650974 -SHA256 (go/databases_usql/usql-v0.19.2/v0.19.2.mod) = 717d6ef7fc688962a5342ecc17d4e0764a1001bfcfb0f50c09343ea46de278be -SIZE (go/databases_usql/usql-v0.19.2/v0.19.2.mod) = 17468 -SHA256 (go/databases_usql/usql-v0.19.2/v0.19.2.zip) = c712eef468d463acc13fe37a7fd08b9d70cb8719269ccc537d7cead66f891ab6 -SIZE (go/databases_usql/usql-v0.19.2/v0.19.2.zip) = 407327 +TIMESTAMP = 1718113864 +SHA256 (go/databases_usql/usql-v0.19.3/v0.19.3.mod) = a8ce93486b78f4d36c38283e819b0264fd37079455e4cc61779348ea5cec0519 +SIZE (go/databases_usql/usql-v0.19.3/v0.19.3.mod) = 17470 +SHA256 (go/databases_usql/usql-v0.19.3/v0.19.3.zip) = cb8cda2fd36fabf1df6277a37540e99aa0ebdab56f909ef2b0487be67dd25806 +SIZE (go/databases_usql/usql-v0.19.3/v0.19.3.zip) = 407306 diff --git a/databases/usql/pkg-descr b/databases/usql/pkg-descr index 37feb5e303ca..1fb77909fd97 100644 --- a/databases/usql/pkg-descr +++ b/databases/usql/pkg-descr @@ -1,8 +1,8 @@ usql provides a simple way of working with SQL databases via a command-line -inspired by PostgreSQL's psql tool and has a few additional features that psql -does not, such as syntax highlighting and context-based completion. +inspired by PostgreSQL's psql tool and has a few additional features that +psql does not, such as syntax highlighting and context-based completion. Database administrators and developers that would prefer to work with non-PostgreSQL databases with a tool like psql, will find usql intuitive, easy-to-use, and a great replacement for the command-line clients/tools available for other databases.