diff options
author | George Rawlinson | 2022-06-18 16:11:49 +1200 |
---|---|---|
committer | George Rawlinson | 2022-06-18 16:11:49 +1200 |
commit | 06c458d86b000d9b9e7d259363231c16d80ed36f (patch) | |
tree | 244704a1842263194632419eac55b922e5d08db7 /PKGBUILD | |
parent | db561aba9eff9cdc0c5230c2bc41a27a345e7fcd (diff) | |
download | aur-06c458d86b000d9b9e7d259363231c16d80ed36f.tar.gz |
upgpkg: octosql 0.7.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: George Rawlinson <grawlinson@archlinux.org> pkgname=octosql -pkgver=0.7.0 +pkgver=0.7.3 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='7631d8a005bd51b988fe1cfad38fe8e82eca63f7' +_commit='147495a0e11eb4fa519490cc101e370ff5be5726' source=("$pkgname::git+$url.git#commit=$_commit") md5sums=('SKIP') |