ugrep: update to 3.1.7.
AVX2 support is checked at runtime, so safe to enable.
This commit is contained in:
parent
394bfaf8f7
commit
cf1d058865
1 changed files with 6 additions and 3 deletions
|
@ -1,13 +1,16 @@
|
||||||
# Template file for 'ugrep'
|
# Template file for 'ugrep'
|
||||||
pkgname=ugrep
|
pkgname=ugrep
|
||||||
version=3.1.6
|
version=3.1.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-avx"
|
|
||||||
makedepends="bzip2-devel liblz4-devel liblzma-devel pcre2-devel zlib-devel"
|
makedepends="bzip2-devel liblz4-devel liblzma-devel pcre2-devel zlib-devel"
|
||||||
short_desc="Ultra fast grep with interactive query UI"
|
short_desc="Ultra fast grep with interactive query UI"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/Genivia/ugrep"
|
homepage="https://github.com/Genivia/ugrep"
|
||||||
distfiles="https://github.com/Genivia/ugrep/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Genivia/ugrep/archive/v${version}.tar.gz"
|
||||||
checksum=5e494bccabebfa91b4ac34b0c44ac6e36fe8604e78ef4b22c099f68e82e32e35
|
checksum=1b9fed98ea97992c98c9ca0d409da0c1f89bf54fd410ddbfdee1c57e01d4a85a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue