summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-10-07 20:07:00 +1300
committerGeorge Rawlinson2022-10-07 20:07:00 +1300
commitc4885a5da38eeb521e0a8ab25934936525429b19 (patch)
treed627cec539d1aeb4c77ca17f27dece0ae0100fc7
parented124979437b8640be38e8705066049b4f14494c (diff)
downloadaur-c4885a5da38eeb521e0a8ab25934936525429b19.tar.gz
upgpkg: octosql 0.11.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc17f74f4567..8e9da9c6da3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = octosql
pkgdesc = A CLI tool which lets you query a plethora of databases and file formats using SQL
- pkgver = 0.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/cube2222/octosql
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = octosql
makedepends = go
depends = glibc
options = !lto
- source = octosql::git+https://github.com/cube2222/octosql.git#commit=1acc4eb58add5a082acda1640b098ea9c68e7354
+ source = octosql::git+https://github.com/cube2222/octosql.git#commit=0d9d1b108c0d13b960c5c61a06613e66aaec3eef
md5sums = SKIP
pkgname = octosql
diff --git a/PKGBUILD b/PKGBUILD
index dd5247d578d4..d69913bdbdac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=octosql
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=1
pkgdesc='A CLI tool which lets you query a plethora of databases and file formats using SQL'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MPL2')
depends=('glibc')
makedepends=('git' 'go')
options=('!lto')
-_commit='1acc4eb58add5a082acda1640b098ea9c68e7354'
+_commit='0d9d1b108c0d13b960c5c61a06613e66aaec3eef'
source=("$pkgname::git+$url.git#commit=$_commit")
md5sums=('SKIP')