ugrep: update to 3.2.
This commit is contained in:
parent
c03ec21c22
commit
ef08e5fb4e
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'ugrep'
|
# Template file for 'ugrep'
|
||||||
pkgname=ugrep
|
pkgname=ugrep
|
||||||
version=3.1.15
|
version=3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-avx"
|
configure_args="--disable-avx"
|
||||||
makedepends="bzip2-devel liblz4-devel liblzma-devel pcre2-devel zlib-devel"
|
makedepends="bzip2-devel liblz4-devel liblzma-devel libzstd-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=a34457751f1b99d12a98404d04bfe96c16fdf0960df7e9141b03e41ed0a62de8
|
checksum=e5b4d7b2e4a87b34416200d068dc1984967f980418670fa6b08268edf00a4a9d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue