summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Shaw2024-05-11 23:05:49 +0000
committerKenneth Shaw2024-05-11 23:05:49 +0000
commit3a271b32d4d11a5e01c2d1a40ba5b5bfde8b1093 (patch)
treef6831f2c7c80118307e7e307ec1ece27b6f5a0d1 /PKGBUILD
parentd497c83db3c6cab1f030d49d6308c13b55c8e49e (diff)
downloadaur-3a271b32d4d11a5e01c2d1a40ba5b5bfde8b1093.tar.gz
Update usql version to v0.19.1
Add support for Clickhouse transports (`clickhouse+http://` + `clickhouse+https://`) **Full Changelog**: https://github.com/xo/usql/compare/v0.19.0...v0.19.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7219a6eb29b4..ae53c854545d 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.19.0
+pkgver=0.19.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=('00dd1cf3856e802029c846838349ffad70fbf8267916127602036ce897a7a92c')
+sha256sums=('6ac8ba096d1c2dde15e546186b069fe061290c72f040cc5cd75e6a11d8cba9e3')
build() {
cd $pkgname-$pkgver