summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b939cb8cd67..eafabba8e973 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = sq-bin
pkgdesc = Swiss-army knife for data
- pkgver = 0.15.4
+ pkgver = 0.15.11
pkgrel = 1
url = https://sq.io
arch = x86_64
license = MIT
- source_x86_64 = https://github.com/neilotoole/sq/releases/download/v0.15.4/sq-linux-amd64.tar.gz
- sha256sums_x86_64 = 432b2a19caa988f87c94a4a7e8bc0e2efacb8092459b752e29b265f16b6b6b25
+ source_x86_64 = https://github.com/neilotoole/sq/releases/download/v0.15.11/sq_0.15.11_linux_amd64.tar.gz
+ sha256sums_x86_64 = c9d1875e901d7eaf3c58ab5dd69470d36d5cc067217bdd334f0cd89c61065337
pkgname = sq-bin
+
diff --git a/PKGBUILD b/PKGBUILD
index 83c7b6eda84e..411912fc4c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Diego Souza <diegosouza.br@gmail.com>
pkgname=sq-bin
_pkgname=sq
-pkgver=0.15.4
+pkgver=0.15.11
pkgrel=1
pkgdesc="Swiss-army knife for data"
arch=('x86_64')
url="https://sq.io"
license=('MIT')
-source_x86_64=("https://github.com/neilotoole/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-amd64.tar.gz")
-sha256sums_x86_64=('432b2a19caa988f87c94a4a7e8bc0e2efacb8092459b752e29b265f16b6b6b25')
+source_x86_64=("https://github.com/neilotoole/${_pkgname}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.tar.gz")
+sha256sums_x86_64=('c9d1875e901d7eaf3c58ab5dd69470d36d5cc067217bdd334f0cd89c61065337')
package() {
mkdir -p $pkgdir/usr/bin