mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
sq: update to 0.48.5.
This commit is contained in:
parent
cdfa0969d4
commit
87bfac8c94
1 changed files with 6 additions and 5 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'sq'
|
# Template file for 'sq'
|
||||||
pkgname=sq
|
pkgname=sq
|
||||||
version=0.48.3
|
version=0.48.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/neilotoole/sq"
|
go_import_path="github.com/neilotoole/sq"
|
||||||
go_ldflags="-X ${go_import_path}/cli/buildinfo.Version=v${version}"
|
go_ldflags="-X ${go_import_path}/cli/buildinfo.Version=v${version}"
|
||||||
go_build_tags="libsqlite3"
|
go_build_tags="libsqlite3"
|
||||||
|
make_check_args="-skip=TestEmptyAsNull"
|
||||||
makedepends="sqlite-devel"
|
makedepends="sqlite-devel"
|
||||||
short_desc="CLI tool that provides jq-style access to structured data sources"
|
short_desc="CLI tool that provides jq-style access to structured data sources"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
|
@ -13,9 +14,9 @@ license="MIT"
|
||||||
homepage="https://sq.io"
|
homepage="https://sq.io"
|
||||||
changelog="https://raw.githubusercontent.com/neilotoole/sq/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/neilotoole/sq/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/neilotoole/sq/archive/refs/tags/v${version}.tar.gz
|
distfiles="https://github.com/neilotoole/sq/archive/refs/tags/v${version}.tar.gz
|
||||||
https://github.com/neilotoole/sq/releases/download/v${version}/sq-${version}-amd64-amd64.tar.gz"
|
https://github.com/neilotoole/sq/releases/download/v${version}/sq-${version}-linux-amd64.tar.gz"
|
||||||
checksum="46e75e2db83a6cbc98b07dbcfb23de03fc41b2b2cbc7de7aaee0425cef4fb9bb
|
checksum="4ed9cef836e66174b6e01c8d410cd393aeae7f7069a428a7ab2adcd1e282cf68
|
||||||
41bfa4e9691914cd9d91b621bb12eabb744d0e3139c53152407475a1f5281e4b"
|
f41667f940156715488f7f9f381702af10b074f8f4d3d36ba96e279854f6931c"
|
||||||
conflicts="squirrel sequoia-sq"
|
conflicts="squirrel sequoia-sq"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue