aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÄlven <alster@vinterdalen.se>2024-06-11 18:16:07 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-06-11 18:28:03 +0000
commitb8193114faacfdc745b060df0674a8b3c3a3fd3e (patch)
tree93284139e8ccc14cf6df2ac030f90c1b43777ed8
parent62b2d44c0204c6bb56842bb38224c2624570521d (diff)
downloadports-b8193114faacfdc745b060df0674a8b3c3a3fd3e.tar.gz
ports-b8193114faacfdc745b060df0674a8b3c3a3fd3e.zip
databases/usql: update 0.19.2 → 0.19.3
PR: 279675
-rw-r--r--databases/usql/Makefile4
-rw-r--r--databases/usql/distinfo10
-rw-r--r--databases/usql/pkg-descr4
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,