summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Shaw2023-01-30 09:28:26 +0000
committerKenneth Shaw2023-01-30 09:28:26 +0000
commit72387b61b4067709a2cdce04a21ada61c1bf90e1 (patch)
tree1624fed8876bcd6f3e49908d70a0555e5cceaf00 /PKGBUILD
parentc2d4f8df78224091dc3916202bce840815782a38 (diff)
downloadaur-72387b61b4067709a2cdce04a21ada61c1bf90e1.tar.gz
Update usql version to v0.13.7
## What's Changed * Fetch correct fk constraints for mysql by @nineinchnick in https://github.com/xo/usql/pull/393 **Full Changelog**: https://github.com/xo/usql/compare/v0.13.6...v0.13.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 405bb864043b..3f16a14912f1 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.6
+pkgver=0.13.7
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=('1a640c65f8fd34dea8aed5ca4ebac93b3d4fe814d3613c88195515da77c98812')
+sha256sums=('aeceba18fe4d733a04013426092231dcb937a23f043e3ca036145d495b08e244')
build() {
cd $pkgname-$pkgver