git: b8193114faac - main - databases/usql: update 0.19.2 → 0.19.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jun 2024 18:28:07 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b8193114faacfdc745b060df0674a8b3c3a3fd3e
commit b8193114faacfdc745b060df0674a8b3c3a3fd3e
Author: Älven <alster@vinterdalen.se>
AuthorDate: 2024-06-11 18:16:07 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-11 18:28:03 +0000
databases/usql: update 0.19.2 → 0.19.3
PR: 279675
---
databases/usql/Makefile | 4 ++--
databases/usql/distinfo | 10 +++++-----
databases/usql/pkg-descr | 4 ++--
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/databases/usql/Makefile b/databases/usql/Makefile
index 7df3f4f79185..0cbed2ff9d9f 100644
--- a/databases/usql/Makefile
+++ b/databases/usql/Makefile
@@ -1,11 +1,11 @@
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
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,6 +1,6 @@
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,