mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qsv: update to 0.99.0.
This commit is contained in:
parent
c068cdb773
commit
da130efd1a
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'qsv'
|
# Template file for 'qsv'
|
||||||
pkgname=qsv
|
pkgname=qsv
|
||||||
version=0.70.0
|
version=0.99.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* i686* aarch64* arm*" # ring
|
archs="x86_64* i686* aarch64* arm*" # ring
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--no-default-features --features=full"
|
configure_args="--no-default-features --features=feature_capable"
|
||||||
make_check_args="-- --skip test_sample::sample_seed" # fails in i686
|
make_check_args="-- --skip test_sample" # fails in i686
|
||||||
short_desc="CLI toolkit for CSV data-wrangling"
|
short_desc="CLI toolkit for CSV data-wrangling"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
homepage="https://github.com/jqnatividad/qsv"
|
homepage="https://github.com/jqnatividad/qsv"
|
||||||
changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=e49dcc2060925fd600c1b2f1dee4fbf8a6874f8749c4838f446cda2038bcba04
|
checksum=93dd13d7679657701104740468a353cb85ae49935aedda4b566df30cd8d9bcaf
|
||||||
|
|
Loading…
Add table
Reference in a new issue