summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Shaw2023-01-04 22:51:01 +0000
committerKenneth Shaw2023-01-04 22:51:01 +0000
commitf333b1afeb1c3cd8cfc1efda24e51b515b4ad104 (patch)
tree961e3a2defce7c97d281634f9760ee9fcebd250d /PKGBUILD
parent596c878a008055af9c63419f69afa567facf3ba9 (diff)
downloadaur-f333b1afeb1c3cd8cfc1efda24e51b515b4ad104.tar.gz
Update usql version to v0.13.5
## What's Changed * Support ANSI escape codes (colors) in prompt by @nineinchnick in https://github.com/xo/usql/pull/388 **Full Changelog**: https://github.com/xo/usql/compare/v0.13.4...v0.13.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cea367bf1fa2..92e3ee578e60 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.4
+pkgver=0.13.5
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=('8363e931aeebcfe77505e557f5fb179b956e92d7ea47622056630670a584afbf')
+sha256sums=('c6feec52395a93b705e00f2fb613d1dd581031bbabb6c39c9125ac000cc733e9')
build() {
cd $pkgname-$pkgver