summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Shaw2024-03-28 23:08:06 +0000
committerKenneth Shaw2024-03-28 23:08:06 +0000
commit73a23c3afc2cab0d0860c77e01466e2d5e4cef7f (patch)
tree47d3d08bd43827ea798b4d2a9cb59bedee442b5b /PKGBUILD
parent768f8414a087a4225509d566ea94e9907f3fb398 (diff)
downloadaur-usql.tar.gz
Update usql version to v0.18.1
Fixes a connection issue with the vertica driver. **Full Changelog**: https://github.com/xo/usql/compare/v0.18.0...v0.18.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56305ebe8e1c..327dd0d093ce 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.18.0
+pkgver=0.18.1
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=('e61ac9e44b2b3dcc54ca9ac4a1dd8de754bcedfc361a4bea7632508d30f31119')
+sha256sums=('692a3b30027b9a5bf8c814fbb051a7cf62f1b4895c397ae7bcc3a030cafd6f31')
build() {
cd $pkgname-$pkgver