summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Nascimento2022-08-08 11:25:14 -0300
committerFilipe Nascimento2022-08-08 11:25:14 -0300
commit50a6b3467785add05e74d1053d842cb3ce1854c4 (patch)
tree79a4325371d46d3ae37c1e2b6ba1ccb8bcc296f1 /PKGBUILD
parent5c5708b0847dbd08ec4babbb0c38b3a948a8b14e (diff)
downloadaur-50a6b3467785add05e74d1053d842cb3ce1854c4.tar.gz
upgpkg: usql 0.12.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10a657187c61..e466e51960b8 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.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc='A universal command-line interface for SQL databases'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('icu')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('aabf703abe3a9e8d0823bbf74838ce6e3ffce862af2dfce4a2d571f2c73a4263')
+sha256sums=('e81bb826f02fc52f3620f38f9d11fb2871ccbc5ac77e87fca075f7136fe9d12a')
build() {
cd $pkgname-$pkgver