summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Shaw2023-04-15 09:15:36 +0000
committerKenneth Shaw2023-04-15 09:15:36 +0000
commita081cf6cc4c068348cb20c10ab07ac632e2d095a (patch)
tree6558759677a15c1699f9a4d937b7f05104e6b485 /PKGBUILD
parente50dff35a9370d9d409b82e35a4fe328ddcdf501 (diff)
downloadaur-a081cf6cc4c068348cb20c10ab07ac632e2d095a.tar.gz
Update usql version to v0.14.3
## What's Changed * Fix FlightSQL driver by @srebhan in https://github.com/xo/usql/pull/407 * Bump FlightSQL driver to support backends without Prepare statement by @srebhan in https://github.com/xo/usql/pull/408 ## New Contributors * @srebhan made their first contribution in https://github.com/xo/usql/pull/407 **Full Changelog**: https://github.com/xo/usql/compare/v0.14.2...v0.14.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 050305f90d50..1b3774a5d86f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christoph W <c w e g e n e r at gmail dot com>
pkgname=usql
-pkgver=0.14.2
+pkgver=0.14.3
pkgrel=1
pkgdesc='A universal command-line interface for SQL databases'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ url="https://github.com/xo/usql"
license=('MIT')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('9d3bbf228ee875da494fff5a08e74d0c2f991da5fa47e7f325b6b0b757cc1932')
+sha256sums=('aaa1fbfb06b79e1cbcd867d58aa95ef25f5ee2cf953b89ffad3762cdcdb68564')
build() {
cd $pkgname-$pkgver