summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Shaw2023-11-14 09:33:43 +0000
committerKenneth Shaw2023-11-14 09:33:43 +0000
commitbbcbb3244547fc2e6af2430e5e27b7e25dc4b330 (patch)
tree279f1b925088014355de05f122b464df0b665bdf /PKGBUILD
parenta348cdb4a9ecb1f495aba1753df2febb1a38e6a6 (diff)
downloadaur-bbcbb3244547fc2e6af2430e5e27b7e25dc4b330.tar.gz
Update usql version to v0.16.0
## What's Changed * Update Runtime Configuration section in README by @exastone in https://github.com/xo/usql/pull/431 ## New Contributors * @exastone made their first contribution in https://github.com/xo/usql/pull/431 **Full Changelog**: https://github.com/xo/usql/compare/v0.15.6...v0.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa29031bfff5..8eb2ed3290cc 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.2
+pkgver=0.16.0
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=('6cc2d849ce4002c5bb15820a8213b5c95fdb0dd56615e44ad1daea8ff31617ff')
+sha256sums=('52650b0926e878e0b043d9db28b07ba31802a28e84f60837cb6a6c41d7d2d1f1')
build() {
cd $pkgname-$pkgver