summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Shaw2023-10-26 20:37:24 +0000
committerKenneth Shaw2023-10-26 20:37:24 +0000
commita348cdb4a9ecb1f495aba1753df2febb1a38e6a6 (patch)
treee3005ba10047e31e39c25b6728a49d28e2296d07 /PKGBUILD
parentff93b8317db57f6bad9816d633c56fb5d4d159f4 (diff)
downloadaur-a348cdb4a9ecb1f495aba1753df2febb1a38e6a6.tar.gz
Update usql version to v0.15.2
## What's Changed * feat: add schema in create command by @rubiagatra in https://github.com/xo/usql/pull/428 ## New Contributors * @rubiagatra made their first contribution in https://github.com/xo/usql/pull/428 **Full Changelog**: https://github.com/xo/usql/compare/v0.15.1...v0.15.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44cb7fef5c70..fa29031bfff5 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.15.1
+pkgver=0.15.2
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=('569c761415897a80c687f8bb1aabf7a6221f2a5af6396e2afeae334ab3976f8e')
+sha256sums=('6cc2d849ce4002c5bb15820a8213b5c95fdb0dd56615e44ad1daea8ff31617ff')
build() {
cd $pkgname-$pkgver