mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fselect: update to 0.8.5
This commit is contained in:
parent
5d645e2804
commit
19e041e84e
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'fselect'
|
# Template file for 'fselect'
|
||||||
pkgname=fselect
|
pkgname=fselect
|
||||||
version=0.8.4
|
version=0.8.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
# disable automatic update checking
|
||||||
|
configure_args="--no-default-features --features uzers"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libzstd-devel"
|
makedepends="libzstd-devel"
|
||||||
short_desc="Find files with SQL-like queries"
|
short_desc="Find files with SQL-like queries"
|
||||||
|
@ -11,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=db720310ff265012f283f9fdfb4ac99188bb4a3cbfe5550171c7e2ab55a36420
|
checksum=e5742da80606630e310bb1567f2d72d7874f0b2537440e2800507abd786d912d
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64le*) ;;
|
ppc64le*) ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue