re2: update to 2019.01.01.
This commit is contained in:
parent
dcd30b6358
commit
b4f83fc5f2
|
@ -1,16 +1,16 @@
|
|||
# Template file for 're2'
|
||||
pkgname=re2
|
||||
version=2018.12.01
|
||||
version=2019.01.01
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version//./-}"
|
||||
build_style=gnu-makefile
|
||||
make_install_args="prefix=/usr"
|
||||
short_desc="An efficient, principled regular expression library"
|
||||
short_desc="Efficient, principled regular expression library"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/google/re2"
|
||||
distfiles="${homepage}/archive/${version//./-}.tar.gz"
|
||||
checksum=715e01685719a4ed68a353ae48249612ef4a7464755c3ecccaceae91ebd34868
|
||||
checksum=bee07121ce72ce10ccacb84e49b29d091ca18d5d14d950ab7c4657a0903655db
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue