summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Shaw2023-03-16 23:42:26 +0000
committerKenneth Shaw2023-03-16 23:42:26 +0000
commit9ab7886f0dae2c833d3bdad0471addce9b2b7278 (patch)
tree7ec0d41b23d1ed9048376dc4a781cff2bc73834c /PKGBUILD
parent59878956d9fd5b88cd4cc127426a4950bfa6487f (diff)
downloadaur-9ab7886f0dae2c833d3bdad0471addce9b2b7278.tar.gz
Update usql version to v0.13.12
## What's Changed * snowflake: enable multi-line comments by @sfc-gh-pbennes in https://github.com/xo/usql/pull/400 **Full Changelog**: https://github.com/xo/usql/compare/v0.13.11...v0.13.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 902eecd31611..74674443169c 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.11
+pkgver=0.13.12
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=('b9efc67926a59b0f7b1d5a46343930f34a62ee206eb026eedb6e9489eeb41ea8')
+sha256sums=('69e901e6623ac8b1b14ef6a0ab37da5bbba5a3990af57ad34a73cf2cd1452fc7')
build() {
cd $pkgname-$pkgver