mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fselect: update to 0.8.9.
This commit is contained in:
parent
c565321538
commit
08ca9a314f
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'fselect'
|
# Template file for 'fselect'
|
||||||
pkgname=fselect
|
pkgname=fselect
|
||||||
version=0.8.8
|
version=0.8.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
# disable automatic update checking
|
# disable automatic update checking
|
||||||
configure_args="--no-default-features --features users"
|
configure_args="--no-default-features --features users"
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="libzstd-devel openssl-devel libgit2-1.8-devel"
|
makedepends="libzstd-devel openssl-devel libgit2-1.9-devel"
|
||||||
short_desc="Find files with SQL-like queries"
|
short_desc="Find files with SQL-like queries"
|
||||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
license="Apache-2.0 OR MIT"
|
license="Apache-2.0 OR MIT"
|
||||||
homepage="https://fselect.rocks"
|
homepage="https://fselect.rocks"
|
||||||
changelog="https://github.com/jhspetersson/fselect/releases"
|
changelog="https://github.com/jhspetersson/fselect/releases"
|
||||||
distfiles="https://github.com/jhspetersson/fselect/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/jhspetersson/fselect/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=0f586c3870a66d4a3ab7b92409dcf0f68a23bd8031ec0cc3f1622efebe190c9e
|
checksum=08a903e2bd7d68dff004a6552dc5823989c74ce20a96416601ce7002f6b51a7b
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64le*) ;;
|
ppc64le*) ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue