summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Shaw2022-12-19 09:06:06 +0000
committerKenneth Shaw2022-12-19 09:06:06 +0000
commit4d5b8d71134b6f0c460e5499a83e4b226649ed05 (patch)
tree9b3a8940c2b2e9243426af93ba57e2c0606b9990 /PKGBUILD
parent812b5094a5308d6955f1dbe58355d327dc1b3b69 (diff)
downloadaur-4d5b8d71134b6f0c460e5499a83e4b226649ed05.tar.gz
Update usql version to v0.13.2
## What's Changed * Add support for Databend by @everpcpc in https://github.com/xo/usql/pull/381 ## New Contributors * @everpcpc made their first contribution in https://github.com/xo/usql/pull/381 **Full Changelog**: https://github.com/xo/usql/compare/v0.13.1...v0.13.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e76c0221896f..59e2721b9642 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.13.1
+pkgver=0.13.2
pkgrel=1
pkgdesc='A universal command-line interface for SQL databases'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('icu')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ec19e8ce838f11b43acc0ba46cf193b561e894608e7e7addf29936a8e76e9057')
+sha256sums=('02ff2b816e1c1d0a5310f9fcb1de3b17642b84048637279e972d5fbf8b87c9a5')
build() {
cd $pkgname-$pkgver