summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Shaw2023-11-30 02:10:11 +0000
committerKenneth Shaw2023-11-30 02:10:11 +0000
commitd155cbfe144f81e4268e125acf96ef988e81d947 (patch)
tree7942bb978cb0bc15ef8b309cfc36ff3263a8a818 /PKGBUILD
parentbbcbb3244547fc2e6af2430e5e27b7e25dc4b330 (diff)
downloadaur-d155cbfe144f81e4268e125acf96ef988e81d947.tar.gz
Update usql version to v0.16.1
Reenables hive driver for release builds **Full Changelog**: https://github.com/xo/usql/compare/v0.16.0...v0.16.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8eb2ed3290cc..1e259d3a522b 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.16.0
+pkgver=0.16.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=('52650b0926e878e0b043d9db28b07ba31802a28e84f60837cb6a6c41d7d2d1f1')
+sha256sums=('b838fd3e613d9809bfc568075b0bb6c4c752bc34869f5e9751b66dfc744c7878')
build() {
cd $pkgname-$pkgver