qsv: update to 0.99.0.
This commit is contained in:
parent
c068cdb773
commit
da130efd1a
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'qsv'
|
||||
pkgname=qsv
|
||||
version=0.70.0
|
||||
version=0.99.0
|
||||
revision=1
|
||||
archs="x86_64* i686* aarch64* arm*" # ring
|
||||
build_style=cargo
|
||||
configure_args="--no-default-features --features=full"
|
||||
make_check_args="-- --skip test_sample::sample_seed" # fails in i686
|
||||
configure_args="--no-default-features --features=feature_capable"
|
||||
make_check_args="-- --skip test_sample" # fails in i686
|
||||
short_desc="CLI toolkit for CSV data-wrangling"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
license="Unlicense"
|
||||
homepage="https://github.com/jqnatividad/qsv"
|
||||
changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=e49dcc2060925fd600c1b2f1dee4fbf8a6874f8749c4838f446cda2038bcba04
|
||||
checksum=93dd13d7679657701104740468a353cb85ae49935aedda4b566df30cd8d9bcaf
|
||||
|
|
Loading…
Reference in New Issue