summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKenneth Shaw2022-08-26 00:15:56 +0000
committerKenneth Shaw2022-08-26 00:15:56 +0000
commit12a35852203aad0af08e20c8397a35e7bbfa4531 (patch)
tree2371e43c1e6af96c13132b31d9f79f36617d8c93 /PKGBUILD
parent91e68ec4e0447eb0257305096b41ee7ed7548abf (diff)
downloadaur-12a35852203aad0af08e20c8397a35e7bbfa4531.tar.gz
Update usql version to v0.12.12\n\nMinor fixes/changes to workflows to enable automated version bumps for the Homebrew and AUR repos.
**Full Changelog**: https://github.com/xo/usql/compare/v0.12.11...v0.12.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3eebd084e7bf..60ad3c8c4679 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.12.11
+pkgver=0.12.12
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=('f95dacc957acc4cfdf8ae5cfe48ff06fd045ac3ec9b05890b926fb419b412510')
+sha256sums=('b1a0671687b15dc1b13d60b35f12a49918c197f0f4d6cf852ff0492b035ac3e0')
build() {
cd $pkgname-$pkgver