fzy: update to 1.1.

This commit is contained in:
Leah Neukirchen 2025-08-10 20:54:52 +02:00
parent 01eaefeab7
commit 1be3e29137

View file

@ -1,6 +1,6 @@
# Template file for 'fzy' # Template file for 'fzy'
pkgname=fzy pkgname=fzy
version=1.0 version=1.1
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
short_desc="A fuzzy text selector menu for the terminal" short_desc="A fuzzy text selector menu for the terminal"
@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/jhawthorn/fzy" homepage="https://github.com/jhawthorn/fzy"
distfiles="https://github.com/jhawthorn/fzy/archive/${version}.tar.gz" distfiles="https://github.com/jhawthorn/fzy/archive/${version}.tar.gz"
checksum=80257fd74579e13438b05edf50dcdc8cf0cdb1870b4a2bc5967bd1fdbed1facf checksum=93d300d9c6c7063b2c6bda4e08a9704a029ec33f609718cd95443d1a890aff4e
CFLAGS="-std=c99" CFLAGS="-std=c99"