fselect: update to 0.8.6.

Closes: #50248 [via git-merge-pr]
This commit is contained in:
icp 2024-05-03 13:54:34 +05:30 committed by classabbyamp
parent ec3e139f8f
commit e6faa27417
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,11 +1,11 @@
# Template file for 'fselect' # Template file for 'fselect'
pkgname=fselect pkgname=fselect
version=0.8.5 version=0.8.6
revision=1 revision=1
build_style=cargo build_style=cargo
# disable automatic update checking # disable automatic update checking
configure_args="--no-default-features --features uzers" configure_args="--no-default-features --features users"
hostmakedepends="pkg-config" hostmakedepends="cmake pkg-config"
makedepends="libzstd-devel" makedepends="libzstd-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>"
@ -13,7 +13,7 @@ license="Apache-2.0, MIT"
homepage="https://github.com/jhspetersson/fselect" homepage="https://github.com/jhspetersson/fselect"
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=e5742da80606630e310bb1567f2d72d7874f0b2537440e2800507abd786d912d checksum=4b7a6dc5f6f3da39c3242856a1c78734c7b14bd801dc4d7e32bc6f5a1809bc63
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
ppc64le*) ;; ppc64le*) ;;