fzy: update to 0.9.
This commit is contained in:
parent
b86b4d9dd5
commit
83507a2452
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fzy'
|
# Template file for 'fzy'
|
||||||
pkgname=fzy
|
pkgname=fzy
|
||||||
version=0.8
|
version=0.9
|
||||||
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="Diogo Leal <diogo@diogoleal.com>"
|
||||||
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=44293ef6a33ef5c9400b9546c580170a2df0ac4342b8fe447cee2af35e241b89
|
checksum=72182686806ddce7807d85c27efc321a1b01087643ce8006b1225e3617eecff5
|
||||||
CFLAGS="-std=c99"
|
CFLAGS="-std=c99"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Reference in New Issue