From aa7505a0b6a85427a0edc518b4e97e64e4e09668 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 3 May 2022 14:46:26 +1200 Subject: [PATCH] upgpkg: trdsql 0.10.0-1 New upstream release. --- trdsql/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trdsql/PKGBUILD b/trdsql/PKGBUILD index c9b6926..c768c2d 100644 --- a/trdsql/PKGBUILD +++ b/trdsql/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Dmitri Goutnik pkgname=trdsql -pkgver=0.9.1 +pkgver=0.10.0 pkgrel=1 pkgdesc="Tool that can execute SQL queries on CSV, LTSV and JSON" arch=('x86_64') @@ -11,7 +11,7 @@ license=('MIT') depends=('glibc') makedepends=('git' 'go') options=('!lto') -_commit='34be5949b4deffbc3f1b07a9efa9da9a40b7f2bd' +_commit='12813ab5353c98c99088756bafbfe8386a017c54' source=("$pkgname::git+$url.git#commit=$_commit") sha512sums=('SKIP')